mirror of
https://github.com/404Simon/WhileLoopInterpreter.git
synced 2024-12-28 00:58:04 +00:00
first working version (just LOOP)
This commit is contained in:
parent
38cd6ae87d
commit
25b4ab9aea
2
pom.xml
2
pom.xml
@ -22,7 +22,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-install-plugin</artifactId>
|
<artifactId>maven-install-plugin</artifactId>
|
||||||
<version>2.4</version>
|
<version>3.1.1</version>
|
||||||
<type>maven-plugin</type>
|
<type>maven-plugin</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ public class Main {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ANTLRInputStream input = null;
|
ANTLRInputStream input;
|
||||||
try {
|
try {
|
||||||
input = new ANTLRFileStream(args[0]);
|
input = new ANTLRFileStream(args[0]);
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
|
Loading…
Reference in New Issue
Block a user