aboutsummaryrefslogtreecommitdiff
path: root/src/lux.clj
diff options
context:
space:
mode:
authorEduardo Julian2015-03-15 21:09:52 -0400
committerEduardo Julian2015-03-15 21:09:52 -0400
commitfc946bea579db293d1c9f00fb133f5bb329136d2 (patch)
tree0ae44401cc13ea1aec9a65d30a356ec5fcd483cb /src/lux.clj
parent15280d41e3ba7bb305cc259c7200723d3daf326c (diff)
[2nd Super Refactoring That Breaks The System: Part 1]
- Finishing implementing the type-system. - Migrating more of the data-structures used in the compiler to the ones used by Lux itself.
Diffstat (limited to '')
-rw-r--r--src/lux.clj4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lux.clj b/src/lux.clj
index 508b45bb9..c7b000e5b 100644
--- a/src/lux.clj
+++ b/src/lux.clj
@@ -19,7 +19,3 @@
;; jar cvf test2.jar *.class test2 && java -cp "test2.jar" test2
;; cd output && jar cvf test2.jar * && java -cp "test2.jar" test2 && cd ..
)
-
-
-
-