Skip to content
/ rlox Public

rlox is an implementation of a treewalk interpreter in rust. This implementation is inspired by the book "Crafting Interpreters".

Notifications You must be signed in to change notification settings

raj-p26/rlox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rlox


rlox is an implementation of lox programming language written in rust.

rlox contains basic syntax and features of lox language.

it does not contain any classes, functions, closures etc.

it just has for loops, while loops, block statements, print, if-else, ternary and etc.

About

rlox is an implementation of a treewalk interpreter in rust. This implementation is inspired by the book "Crafting Interpreters".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages