/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

nnethercote.github.io
| | www.yoseph.tech
5.1 parsecs away

Travel
| | This week I am talking about the parts of the compiler, doing a deep dive into the Lexer and Parser and showing how to build the Lexer and Parser in Python. At the end of this post, we should have a working lexer and parser.
| | thomascountz.com
4.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.
| | m10k.eu
3.4 parsecs away

Travel
| | [AI summary] The author explains how to implement a recursive descent parser in Bash to define and process domain-specific language rules for selecting RPM packages.
| | surma.dev
16.8 parsecs away

Travel
| What follows is a brain dump of everything I know about compiling Rust to WebAssembly. Enjoy.