Skip to content
/ ex_lox Public

An Elixir implementation of an interpreter for the Lox language (from the book Crafting Interpreters by Robert Nystrom).

Notifications You must be signed in to change notification settings

linusdm/ex_lox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExLox

CI_PATH=/path/to/craftinginterpreters ./test.sh chap04_scanning