Explore >> Select a destination


You are here

austinhenley.com
| | thomascountz.com
1.4 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.
| | mko.re
1.7 parsecs away

Travel
| | [AI summary] The author shares an experimental hobby project involving a Forth compiler and interpreter for WebAssembly, discussing its design, implementation details, and performance benchmarks against native and JavaScript versions.
| | eli.thegreenplace.net
1.5 parsecs away

Travel
| | [AI summary] This article explains how to add a new 'until' statement to Python's compiler by modifying its grammar, AST generation, and bytecode compilation processes.
| | golangbot.com
13.1 parsecs away

Travel
| A tutorial about WebAssembly and how to cross compile and run Go programs in the browser using WebAssembly.