Skip to content

terencezl/rlox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crafting Interpreters

This is a repo that follows the book Crafting Interpreters by Bob Nystrom. The book is a great resource for learning how to build interpreters and compilers. The book is divided into two parts: the first part is about building an interpreter for a simple language called Lox, and the second part is about building a compiler for the same language.

Run

cargo run --bin rlox

About

Following craftinginterpreters.com using Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages