Video description
In this course, we dive into various aspects of the parsing theory, describing in detail the LL and LR parsers. However, at the same time, to make the learning process and understanding easy and fun, we build in parallel an automatic parser for a full programming language, similar to JavaScript or Python, from scratch.
After this course, not only will you be able to use a parser generator to build parsers for programming languages but will also understand how the parser generators work under the hood themselves.
Implementing a parser for a programming language would also make your practical usage of other programming languages more professional.
As we will build a language similar in semantics to JavaScript or Python (the two most popular programming languages today), we will specifically use JavaScript and its elegant multi-paradigm structure, which combines functional programming and class-based and prototype-based OOP.
What You Will Learn
- Learn about compilers and interpreters: build a programming language
- Learn about automatic memory management - garbage collectors
- Learn about the theory of programming languages
- Learn about the Automata theory: build a RegExp machine
- Learn about the parser’s theory: implement a parser generator
Audience
This course is for any curious engineer who would like to gain skills in building complex systems and obtain transferable knowledge to build such systems.
About The Author
Dmitry Soshnikov: Dmitry Soshnikov is a software engineer and a lecturer on different computer science topics. He is passionate about education and focuses on high-quality educational content: concise and straight-to-the-point animated lectures with live-editing notes.
Product information
- Title: Parsing Algorithms
- Author(s):
- Release date: March 2021
- Publisher(s): Packt Publishing
- ISBN: 9781801074445
You might also like
video
Garbage Collection Algorithms
Memory leaks and dangling pointers are the main issues of manual memory management. If you delete …
video
Building a Parser from Scratch
Parsing or syntactic analysis is one of the first stages in designing and implementing a compiler. …
book
Hands-On Machine Learning with TensorFlow.js
Get hands-on with the browser-based JavaScript library for training and deploying machine learning models effectively Key …
video
Algorithms in Motion
See it. Do it. Learn it! Algorithms - established processes for solving computational problems-are the foundation …