Explore >> Select a destination


You are here

cronokirby.com
| | myme.no
2.2 parsecs away

Travel
| |
| | fsharpforfunandprofit.com
1.9 parsecs away

Travel
| | Building a parser combinator library from scratch
| | craftinginterpreters.com
1.6 parsecs away

Travel
| | [AI summary] The text discusses the implementation of a compiler for a simple programming language, focusing on parsing and bytecode generation. It covers topics such as recursive descent parsing, Pratt parsing, and the use of a parser table to handle operator precedence. The text also includes code snippets for the parser and compiler functions, as well as instructions for debugging and testing the compiler. The author emphasizes the importance of error handling and the use of a debug flag to enable the printing of generated bytecode.
| | blog.thomasheartman.com
21.0 parsecs away

Travel
| In which we take a deep dive into the world of lists by looking at list creation, list comprehension, and about spines and non-strict evaluation. As it turns out, this has some pretty interesting implications.