Skip to content

daffyzk/crafting-interpreters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crafting interpreters

is a book that I'm reading

rulox

is my rust version of the Lox interpreter outlined in the book (originally implemented in Java)

unrulox

is the same but using unsafe rust instead of c

execution

cargo run

should make two binaries, one for rulox and another for unrulox (once implemented).

About

Lox interpreter and compiler in rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages