Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 251 Bytes

File metadata and controls

8 lines (5 loc) · 251 Bytes

Lox Bytecode VM

This is an bytecode VM interpreter for a language very similar to Lox by Crafting interpreters.

Language Specification

Most of the specifications are the same as Lox, with a few adjustments.