Skip to content

Commit a8e0c03

Browse files
author
Rosnec
committed
Phase 2 complete!!
1 parent 21fa6ec commit a8e0c03

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/TreeVisitor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ public int visit(Tree n){
345345
nti = l.accept(this) ; }
346346
else nti = 0 ;
347347

348-
return 0;
348+
return 0;
349349
}
350350

351351
}

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject mini-java "0.1.2-SNAPSHOT"
1+
(defproject mini-java "0.1.2"
22
:description "A MiniJava compiler implemented in Clojure."
33
:url "https://github.com/dwysocki/mini-java"
44
:license {:name "MIT License"

0 commit comments

Comments
 (0)