/jlox

JLox interpreter implemented using Kotlin

Primary LanguageKotlin

Kotlin version of JLox

Kotlin version of the JLox: craftinginterpreters

structure

Project split into two projects:

  1. ASTBuilder

    The KSP processor to generate AST code

  2. Main

    The main project interpreter