Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crafting Interpreters (Rust)

A Rust implementation of the Lox interpreter from Crafting Interpreters by Robert Nystrom.

Building

cargo build

Running

REPL (interactive prompt):

cargo run

Run a script file:

cargo run path/to/script.lox

Documentation

See docs/ for grammar rules, AST nodes, and the interpreter pipeline.

References

About

AST version of the lox interpreter in Rust

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages