Skip to content

binoyjayan/lox-bc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lox-bc

A bytecode VM for the lox language in Rust

Create a release build

cargo build --release

Create a build with disassembly

cargo build --release  --features 'debug_trace_execution debug_print_code'

Run examples

On Linux/MacOS systems, the following script may be used.

./run_all.sh

It can be adapted to run on a windows environment too.

About

Stack based Bytecode interpreter for the Lox programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors