jiridanek / lox

My implementation of examples from the book at https://github.com/munificent/craftinginterpreters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build

Use either IntelliJ IDEA directly (./.idea is checked into VCS), or Buck2 to build this.

Buck2 installation instructions are on GitHub. They ask you to download the latest from of HEAD, which I did, and it worked fine for me at the time.

About

My implementation of examples from the book at https://github.com/munificent/craftinginterpreters

License:Apache License 2.0


Languages

Language:Java 100.0%