1 unstable release
0.16.0 | Oct 14, 2024 |
---|
#566 in Development tools
179 downloads per month
44KB
974 lines
clox: (c)Lox implementation in rust with a virtual machine
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