Here are my Lox interpreter implementations. No LLVM, no nothing but parser and interpreter itself.
- Crafting Interpreters
- "Compilers: Principles, Techniques, and Tools" aka Dragon Book
Here are my Lox interpreter implementations. No LLVM, no nothing but parser and interpreter itself.