Explore >> Select a destination


You are here

nick.zoic.org
| | jawher.me
1.3 parsecs away

Travel
| |
| | www.scannedinavian.com
2.6 parsecs away

Travel
| |
| | ariya.io
2.4 parsecs away

Travel
| | A common approach to analyze JavaScript source statically is to parse the source into an abstract syntax tree (AST) and then to traverse the AST. An alternative approach that might work in a few cases is to inspect each syntax node as it is constructed.
| | www.yoseph.tech
23.4 parsecs away

Travel
| This week I am talking about the parts of the compiler, doing a deep dive into the Lexer and Parser and showing how to build the Lexer and Parser in Python. At the end of this post, we should have a working lexer and parser.