Skip to content
/ rox Public

Rust implementation of the LOX programming language

License

Notifications You must be signed in to change notification settings

dadepo/rox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROX: Rust Implementation of The LOX Programming Language

This repository contains the Rust implementation of the LOX programming language as described in the book "Crafting Interpreters" by Robert Nystrom.

LOX is a dynamically typed scripting language designed for learning and exploration of interpreter and compiler concepts. This implementation aims to faithfully follow the language specifications outlined in the book.

This repository consist of two crates

  • rox_script: The Tree-Walk Interpreter implementation of the lox language
  • rox_lang: The Bytecode Virtual Machine implementation of the lox language

About

Rust implementation of the LOX programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages