Explore >> Select a destination


You are here

www.craftinginterpreters.com
| | coredumped.dev
2.5 parsecs away

Travel
| | Updated: 2023-01-06 About a year ago I was bitten by the PL bug. It started with reading Crafting Interpreters and discovering the wonders hidden under the hood of a compiler. I am also been a big fan of Emacs, and this started to get me interested in how its interpreter works. At the same time, I was reading the Rust book and trying to understand the concepts there. This all came to a head, and I decided to write an Emacs Lisp interpreter called rune in Rust.
| | joeduffyblog.com
2.3 parsecs away

Travel
| | Joe Duffy's Blog | Adventures in the high-tech underbelly
| | www.tedinski.com
2.0 parsecs away

Travel
| | A case study on how compilers decouple components from each other using data.
| | developerlife.com
19.2 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.