#vm #lox #language

liblox

liblox: VM of the lox language

1 unstable release

0.16.0 Oct 14, 2024

#566 in Development tools

Download history 179/week @ 2024-10-14

179 downloads per month

GPL-3.0-or-later

44KB
974 lines

clox: (c)Lox implementation in rust with a virtual machine

https://craftinginterpreters.com/


lib.rs:

Bytecode compiler for Lox.

Scans, parses, compiles, executes Lox code.

  • Simple file handling
  • command line handling
  • REPL
  • Scanner
  • Parser
  • Compiler
  • Bytecode VM

Dependencies

~440KB