Explore >> Select a destination


You are here

thume.ca
| | thomascountz.com
1.3 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.
| | typesanitizer.com
1.9 parsecs away

Travel
| | A discussion of different developer tools which (can) build on top of a compiler, and how those affect compiler design.
| | benhoyt.com
1.5 parsecs away

Travel
| | Mugo is a single-pass compiler for a tiny subset of the Go programming language -- just enough to compile itself.
| | developerlife.com
22.1 parsecs away

Travel
| This tutorial and video are a comprehensive guide to parsing with nom. We cover the basics of parsing and how to use nom to parse a string into a data structure. And more complex topics like human readable error reporting, and building up complex parsers. We will create a variety of different examples ranging from parsing simple CSS like syntax to a full blown Markdown parser.