[tlox] Initial Expression parsing and evaluation

This commit is contained in:
ctsk
2022-09-13 17:31:30 +02:00
parent 1971ccef45
commit 3c12f50b6f
16 changed files with 355 additions and 4 deletions

View File

@@ -6,11 +6,11 @@
<parent>
<groupId>xyz.ctsk.lox</groupId>
<artifactId>lox</artifactId>
<artifactId>jlox</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>interpreter</artifactId>
<artifactId>lox</artifactId>
<packaging>jar</packaging>
<properties>