Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 236 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 236 Bytes

The Lox Experiments

Implementing lox interpreters for fun (and profit (read knowledge))

Currently has

  • AST interpreter in golang
  • Partially done VM based interpreter in C

TODO

  • Reimplement VM based interpreter in rust