aboutsummaryrefslogtreecommitdiff
path: root/src/lux.clj
diff options
context:
space:
mode:
authorEduardo Julian2015-05-06 17:46:08 -0400
committerEduardo Julian2015-05-06 17:46:08 -0400
commit2560b63dcc98a6a6b5e2f938d8279d9bb4627052 (patch)
tree07d1c96d72f36317c1e6f558984c981fee013787 /src/lux.clj
parent2aca948eddd42300a936fd449b8ab77333d95146 (diff)
- Removed all the unnecesary comments.
- Made some changes to the way type-checking is performed on variants, records & tuples in order to improve the speed of type-checking.
Diffstat (limited to '')
-rw-r--r--src/lux.clj10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/lux.clj b/src/lux.clj
index de302b260..62e9d14f9 100644
--- a/src/lux.clj
+++ b/src/lux.clj
@@ -11,15 +11,5 @@
(comment
;; TODO: Finish total-locals
- (time (&compiler/compile-all (&/|list "program")))
-
- (time (&compiler/compile-all (&/|list "lux")))
- (System/gc)
- (time (&compiler/compile-all (&/|list "lux" "test2")))
-
- ;; jar cvf test2.jar *.class test2 && java -cp "test2.jar" test2
- ;; jar cvf program.jar output/*.class output/program && java -cp "program.jar" program
- ;; cd output && jar cvf test2.jar * && java -cp "test2.jar" test2 && cd ..
-
;; cd output && jar cvf program.jar * && java -cp "program.jar" program && cd ..
)