Skip to content

lbagnascom/crylox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

113 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Crylox

Lox language interpreter written in Crystal while reading the first part of the book Crafting interpreters.

Warning

Interpreter is not finished and probably has errors.

Building

# Start REPL
> crystal run src/Lox.cr
# Run lox code in file blocks-test.lox
> crystal run src/Lox.cr examples/blocks-test.lox

References

About

Lox interpreter written in Crystal

Topics

Resources

Stars

Watchers

Forks

Contributors