mirror of
https://github.com/404Simon/WhileLoopInterpreter.git
synced 2024-12-26 16:18:03 +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>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-install-plugin</artifactId>
|
||||
<version>2.4</version>
|
||||
<version>3.1.1</version>
|
||||
<type>maven-plugin</type>
|
||||
</dependency>
|
||||
|
||||
|
@ -27,7 +27,7 @@ public class Main {
|
||||
}
|
||||
}
|
||||
|
||||
ANTLRInputStream input = null;
|
||||
ANTLRInputStream input;
|
||||
try {
|
||||
input = new ANTLRFileStream(args[0]);
|
||||
} catch (IOException e) {
|
||||
|
Loading…
Reference in New Issue
Block a user