crafting-interpreters/README.md

413 B

Crafting Interpreters

Implementing Crafting interpreters for the FHNW PL-Circle.

Java Implementation

Implementation of the tree-walk interpreter in java after the book.

Run mvn package to create an executable jar file in the target directory and mvn exec:java to get a repl.