Skip to content
/ jlox Public

Implementing the Lox prgoramming language (of ‘Crafting Interpreters’ book) in Java, hence 'jlox'.

Notifications You must be signed in to change notification settings

mm2t/jlox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Jlox: Lox Interpreter written in Java

print "Hello world, this is Lox" // 🎉

This is a collaborative educational project attempting to implement the Lox programming language interpreter in Java.

It is based on the book Crafting Interpreters by Robert Nystrom.

We follow the book, but sometimes stylistically diverge in code implementation. However, the program design is the same.

About

Implementing the Lox prgoramming language (of ‘Crafting Interpreters’ book) in Java, hence 'jlox'.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages