Skip to content

tlgs/jlox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jlox

This is a code along to Bob Nystrom's Crafting Interpreters. It follows the first half of the book where we build a Java tree-walk interpreter.

I don't know Java.

Usage

I'm using Ninja as a build tool because I also don't know Make.

  • build with ninja -v
  • run with ./jlox [script]

About

Lox tree-walk interpreter in Java

Resources

License

Stars

Watchers

Forks