[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

@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>xyz.ctsk.lox</groupId>
<artifactId>lox</artifactId>
<artifactId>jlox</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
@@ -10,6 +10,7 @@
<modules>
<module>tools</module>
<module>lox</module>
<module>tlox</module>
</modules>
<properties>