Parsing Algorithms. Lecture [4/22] Syntax tool | Letter

preview_player
Показать описание

This is the fourth lecture from the "Parsing Algorithms" course where we discus different parsing techniques and algorithms, and build a parser from scratch using parser generator.

In this lecture:

- Syntax tool introduction
- Parser generators
- BNF grammar
- Associativity and precedence
- LALR(1) parsing mode
- Letter programming language

#Parser #BNF_grammar #Syntax_tool
Рекомендации по теме
Комментарии
Автор

Hi Dmitry, great series! Love all of your work. It's brief, to-the-point, and just the right amount of density. You cover in 15 minutes what others would ramble on about for an hour. I have syntax-cli installed and I was wondering which one of the BNF syntax highlighter plugins you're using in Visual Studio Code. Thanks!

steveh