Hacker News new | ask | show | jobs
by traes 2224 days ago
If anyone's interested in a simple single-pass compiler for a full language, you can also check out munificent's Crafting Interpreters[0]. It walks you through a Java based AST parser and C based bytecode compiler.

[0] http://craftinginterpreters.com/