Skip to content

Implementation of a basic Lox interpreter following "Crafting Interpreters", rewritten in Rust

Notifications You must be signed in to change notification settings

benmanone/lox_interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lox_interpreter

A Rust implementation of an interpreter for the Lox language, following the guide Crafting Interpreters by Bob Nystrom for writing interpreters in Java and C. This is a work-in-progress Rust version of the book's first implementation of a Lox recursive-descent interpreter. An version of the second bytecode compiler will also be stored here once written.

About

Implementation of a basic Lox interpreter following "Crafting Interpreters", rewritten in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages