Linerre / cfi

Crafting interpreters at https://craftinginterpreters.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running the source code

# Enter the src dir
cd src/jlox/lox
# Compile all java files
javac -d . *.java

# Now class files should be under ./craftinginterpreters/lox
java craftinginterpreters.lox.Lox

About

Crafting interpreters at https://craftinginterpreters.com/


Languages

Language:Java 99.6%Language:Makefile 0.4%