Skip to content

eliangcs/rlox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yet Another Lox Impelementation in Rust

Building

# Build with debug features and run in REPL mode
cargo run --features debug

# Build with debug features and run a file
cargo run --features debug -- test.lox

Debugging

$ cat debug.txt
b expression
b binary
b grouping
b number
b unary
b parse_precedence

$ cat test.lox
(-1 + 2) * 3 - -4

$ rust-lldb -S debug ./target/debug/rlox test.lox

About

(WIP) Yet another Lox implementation in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages