/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

deniskyashif.com
| | serokell.io
3.9 parsecs away

Travel
| | Learn more about LR parsers and how you can implement your own.
| | javascript.crockford.com
3.3 parsecs away

Travel
| | [AI summary] The provided text outlines the implementation of a parser and interpreter for a custom programming language, using a Pratt parsing approach. It details the structure of tokens, the handling of expressions, statements, and control flow, as well as the implementation of functions, objects, and arrays. The text also discusses potential extensions and enhancements to the language.
| | 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.
| | joeprevite.com
20.2 parsecs away

Travel
| My notes from Chapter 4 of the Rust Lang Book.