Skip to content

Commit

Permalink
complete basic interprete
Browse files Browse the repository at this point in the history
  • Loading branch information
kvto committed Mar 5, 2024
1 parent 0773e46 commit 13177d7
Show file tree
Hide file tree
Showing 11 changed files with 414 additions and 689 deletions.
Empty file added output.txt
Empty file.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

</distributionManagement>
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<build>
Expand Down Expand Up @@ -87,4 +87,4 @@

</repositories>

</project>
</project>
164 changes: 0 additions & 164 deletions src/main/java/org/mindustack/minterpreter/Executor.java

This file was deleted.

Loading

0 comments on commit 13177d7

Please sign in to comment.