Skip to content

coletonodonnell/crlox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crlox - Coleton's Lox Implementation in Rust

An ongoing implementation of the Interpreted Lox programming language in Rust from Robert Nystrom's wonderful book Crafting Interpreters. Technically Turing Complete right now but need to still add some quality or life things. Chapters Implemented:

  • Scanning
  • Representing Code
  • Parsing Expressions
  • Evaluating Expressions
  • Statements and State
  • Control Flow
  • Functions
  • Resolving and Binding
  • Classes
  • Inheritance

About

My Lox Implementation in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages