/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

boxbase.org
| | thomascountz.com
4.9 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.
| | deniskyashif.com
3.0 parsecs away

Travel
| | In this article, we'll define a basic regular expression language using a context-free grammar and learn how to parse its strings in linear time using the recursive descent method.
| | jawher.me
4.2 parsecs away

Travel
| |
| | notes.eatonphil.com
17.4 parsecs away

Travel
| Writing a lisp compiler from scratch in JavaScript: 1. lisp to assembly