Demystifying Rust Parsing - Language Parsing and Automatic Binding Generation
Offered By: Mozilla Hacks via YouTube
Course Description
Overview
Explore language parsing and automatic binding generation in Rust through this 26-minute conference talk presented at FOSDEM 2018. Delve into topics such as lexical analysis, abstract syntax trees (ASDs), syntax libraries, and code generation. Learn how to leverage parsing techniques for various use cases, understand the importance of parsing in programming, and discover the power of macros in Rust. Gain insights into function declarations, syntax matching, and practical code examples. Originally presented by Nikita Baksalyar, this talk offers a comprehensive overview of Rust parsing concepts for developers looking to enhance their understanding of language processing and code generation techniques.
Syllabus
Introduction
What is parsing
Lexical Analysis
Other Use Cases
How to Use ASDs
Syntax Library
Syntax
Importing Syntax
Match
Function Declaration
Code Generation
Why Parsing
How to Generate Code
Code
Macros
Questions
Taught by
Mozilla Hacks
Related Courses
Building Your Own Programming LanguageFrontend Masters Abstract Syntax Trees
egghead.io React Applications Structure Analysis Using AST - React.js Conf 2015
Meta via YouTube Defending against PowerShell Attacks
YouTube Compilers - Jared Shumway
White Hat Cal Poly via YouTube