Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 380 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 380 Bytes

Lox interpreter in Java

Lox is a dynamically typed, interpreted language created by Bob Nystrom. This is my implementation of the Lox interpreter in Java.

Tools

GenerateAst

Tool for generating the syntax tree classes for jlox. Output is a file with the syntax tree classed writen in Java called Expr.java

Usage

java GenerateAst <output directory>