A version of the Bytecode VM written in C. Based on the book https://craftinginterpreters.com.
For a Tree-Walk Interpreter written in Go see golox.
- Lexer
- C-style multiline comments
/* ... */
break
keyword
- C-style multiline comments
- Parser
break
statement
- VM
- ParseError: unused local variable
- handle
break
statement infor
andwhile
loops