Skip to content

blairfrandeen/lurx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust

Lurx - A Lox Interpreter in Rust

This is an implementation of Lox from the book Crafting Interpreters written in Rust.

Installation & Usage

First, ask yourself why you want to use an incomplete implementation of a fake programming language for anything at all.

If you're still reading, clone this repository. cargo run gets you to a REPL. You can also do cargo run some_file.lox or cargo run -- -c "print \"hello world\";".

About

A Lox implementation in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages