Skip to content

hellerve/clox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clox

My attempt to organize the code that was handed to us by Bob Nystrom in his book Crafting Interpreters, and follow along in the process. I suggest you go read the book, it’s a lot of fun.

This version tries to incorporate all of the challenges at the end of the chapters. I also took the liberty to add a char type that, as of now, doesn’t do much. You can concatenate it to other chars or strings, though.

It depends on libreadline.

About

My take on Crafting Interpreters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published