|
You are here |
thume.ca | ||
| | | | |
thomascountz.com
|
|
| | | | | [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
|
|
| | | | | A discussion of different developer tools which (can) build on top of a compiler, and how those affect compiler design. | |
| | | | |
benhoyt.com
|
|
| | | | | Mugo is a single-pass compiler for a tiny subset of the Go programming language -- just enough to compile itself. | |
| | | | |
developerlife.com
|
|
| | | 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. | ||