We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fb0083 commit f699ed9Copy full SHA for f699ed9
Lox.jar
574 Bytes
lox/lox/Lox.java
@@ -33,7 +33,7 @@ private static void runPrompt(){
33
Scanner scanner = new Scanner(System.in);
34
String user_input;
35
36
- System.out.println("Jlox Interpreter v1.1.1. Type 'exit' to exit the interpreter.");
+ System.out.println("Jlox Interpreter v2.0.0. Type 'exit' to exit the interpreter.");
37
Environment env = new Environment();
38
39
while (true){
manifest.mf
@@ -1,2 +1,2 @@
1
-Manifest-Version: 1.1.1
+Manifest-Version: 2.0.0
2
Main-Class: lox.lox.Lox
0 commit comments