Explore >> Select a destination


You are here

deniskyashif.com
| | crockford.com
2.4 parsecs away

Travel
| | [AI summary] The provided text is a comprehensive implementation of a parser for a custom programming language, using a Pratt parser (also known as a Top-down operator precedence parser) approach. It includes definitions for various language constructs like constants, statements, functions, and object/array literals, along with error handling and symbol table management. The code is structured around token processing and rule-based parsing for expressions, statements, and blocks.
| | www.yoseph.tech
4.1 parsecs away

Travel
| | Last week, we learned about the history of the compiler and about the lexer. This week we are talking about parsing.
| | gilmi.me
2.7 parsecs away

Travel
| | ?m.me - Compiling Lisp to JavaScript from scratch in 350 LOC
| | ptomato.wordpress.com
19.9 parsecs away

Travel
| In which I write a lot of parsers