Skip to content

mogendi/rlox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rlox

An (incorrect) implementation of bob nystroms clox: https://craftinginterpreters.com/

This is more of an exploration of rust features than it is a language implementation, the interepreter is "correct" for tiny toy programs but beyond that all bets are off (stack manipulations are broken). All features are present for this except the GC and optimizations.

About

An (incorrect) implementation of bob nystroms clox: https://craftinginterpreters.com/ in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages