Skip to content
/ rlox Public

Interpreter for the Lox programming language, written in pure Rust

Notifications You must be signed in to change notification settings

rikipls/rlox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rlox

An interpreter for the Lox Programming Language: originally created by Robert Nystrom for the book Crafting Interpreters and implemented in Rust by yours truly. This implementation only uses the Rust Standard Library. To hop into the interpreter, git clone the repo and cargo run to start a REPL session or cargo run -- <path_to_lox_file> to run the interpreter on a .lox file.

About

Interpreter for the Lox programming language, written in pure Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages