Skip to content

mcmcgrath13/lox-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lox in Rust

Lox is the toy language used in the Crafting Interpreters book. This is the first implementation of that language, a tree-walking interpreter. The book uses Java for this implementation, but I have elected to do this implementation in Rust.

Usage

Start a lox REPL

cargo run

Run a lox file

cargo run [file.lox]

About

Lox implementation (first) in Rust from "Crafting Interpreters"

Topics

Resources

License

Stars

Watchers

Forks

Languages