/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

austinhenley.com
| | mathspp.com
2.4 parsecs away

Travel
| | In the 4th part of building a Python compiler and interpreter we will add support for more arithmetic operations and parenthesised expressions.
| | mathspp.com
2.6 parsecs away

Travel
| | In the 6th part of building a Python compiler and interpreter we will add support for variables, simple assignments, and chained assignments.
| | thomascountz.com
1.8 parsecs away

Travel
| | [AI summary] The article discusses the development of a markdown-to-HTML compiler called markie, explaining the core steps of compiler architecture including lexical analysis, parsing, and target code emission, with examples using Ruby and real-world applications.
| | www.dgendill.com
17.1 parsecs away

Travel
| [AI summary] A detailed technical tutorial on building a text-based game engine with Rust and WebAssembly, covering memory management, static variables, and JavaScript interop techniques.