Skip to content
/ clox Public

Interpreter written in C for the "Lox" language

Notifications You must be signed in to change notification settings

yaaama/clox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Clox

This is a an interpeter I am building for the "Lox" language, using the "Crafting Interpreters" book as a general guide.

Instead of writing things in Java and then C, I am deciding to dive straight into writing it all in C.

Progress

Lexer :COMPLETE:

Parser :TODO: