Skip to content

Commit f699ed9

Browse files
committed
Upgrade Lox interpreter to 2.0.0
1 parent 1fb0083 commit f699ed9

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Lox.jar

574 Bytes
Binary file not shown.

lox/lox/Lox.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ private static void runPrompt(){
3333
Scanner scanner = new Scanner(System.in);
3434
String user_input;
3535

36-
System.out.println("Jlox Interpreter v1.1.1. Type 'exit' to exit the interpreter.");
36+
System.out.println("Jlox Interpreter v2.0.0. Type 'exit' to exit the interpreter.");
3737
Environment env = new Environment();
3838

3939
while (true){

manifest.mf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Manifest-Version: 1.1.1
1+
Manifest-Version: 2.0.0
22
Main-Class: lox.lox.Lox

0 commit comments

Comments
 (0)