Топ-100 | Обзор | Комменты | Новости | RSS RSS | Поиск | Хочу! | Добавить ссылки | О сайте | FAQ | Профиль
RapidLinks - Скачай всё!
  


Building a Parser from Scratch

Building a Parser from Scratch



ВидеоВидео Рейтинг публикации: 0 (голосов: 0)  
https://i.postimg.cc/3rYZwmhY/Dmitry-Soshnikov-Building-a-Parser-from-scratch.jpg
Building a Parser from Scratch
.MKV, AVC, 1920x1080, 30 fps | English, AAC, 2 Ch | 2h 31m | 3 GB
Instructor: Dmitry Soshnikov

Understand the underlying theory behind recursive descent parser for a programming language

Key Features

Learn about basic expression and tokenizer
Learn about program structure and AST formats
Learn about control flow and functions

What You Will Learn

Learn about recursive descent parsers
Learn about top-down parsing
Learn about Abstract Syntax Trees (AST)
Learn about tokenizer and tokens
Learn about different AST formats
Learn about regular expressions specification

About

Parsing or syntactic analysis is one of the first stages in designing and implementing a compiler. A well-designed syntax of your programming language is a big motivation why users would prefer and choose your language.

Recursive descent parsers are the group of parsers that are widely used in practice in many production programming languages. In contrast with automated parsing algorithms, the manual implementation allows having full control over the parsing process and handling complex constructs, which may not be possible in the automatic parsers.

Besides, implementing a full manual parser from scratch allows understanding and seeing this process from inside, demystifying internal structures, and turning building parsers into an interesting engineering task.

In the Building a Parser from Scratch class, we dive into pure practical implementation, building and learning different aspects of parsers.

In this course, you will learn the concept of recursive descent parsing, understand what is tokenizer and how it cooperates with the parser module, learn what is Abstract Syntax Tree (AST) and how to have different formats of these ASTs, what is "lookahead" and predictive parsing, and eventually build a parser for a full programming language, similar to Java or JavaScript.

All resources and code files are placed here: https://github.com/PacktPublishing/Building-a-Parser-from-scratch

More Info

https://images2.imgbox.com/3f/04/Pf1WUd6M_o.jpg
  • Добавлено: 26/12/2024
  • Автор: 0dayhome
  • Просмотрено: 0
Ссылки: (для качалок)
Общий размер публикации: 869,93 МБ
Еще Видео: (похожие ссылки)


Написать комментарий