Skip to content
/ rlox Public

An interpreter for the Lox programming language, written in Rust

Notifications You must be signed in to change notification settings

73nko/rlox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RLox

RLox is an interpreter for the Lox programming language. The language was designed by Robert Nystrom for his book, Crafting Interpreters.

Running the interpreter

To run the interpreter, simply clone the repository and use cargo to build and run the project.

To run a REPL:

cargo run

To Run a file:

cargo run [filename]

unit tests

cargo test --verbose

About

An interpreter for the Lox programming language, written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages