Explore >> Select a destination


You are here

eli.thegreenplace.net
| | m10k.eu
1.1 parsecs away

Travel
| |
| | deniskyashif.com
1.6 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.
| | ptomato.wordpress.com
4.3 parsecs away

Travel
| | In which I write a lot of parsers
| | thomascountz.com
23.2 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.