aboutsummaryrefslogtreecommitdiff
path: root/src/lux.clj
diff options
context:
space:
mode:
authorEduardo Julian2015-03-01 17:16:52 -0400
committerEduardo Julian2015-03-01 17:16:52 -0400
commit2caf39ea09ae96669466e0e17fd2949347acda7a (patch)
treed4faf386cbfca23ac759c9082f9588e8cd7308b9 /src/lux.clj
parent83a1a1510ca2e83711a80ff2eb961c5694306b9e (diff)
- Fixed some bugs with pattern matching and macros.
- Simplified the code for handling definitions and macros. - Slightly changed the names of the fields of tuple classes. - Added a (currently empty) optimization phase.
Diffstat (limited to 'src/lux.clj')
-rw-r--r--src/lux.clj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lux.clj b/src/lux.clj
index b42d0bb42..ccab7ec3f 100644
--- a/src/lux.clj
+++ b/src/lux.clj
@@ -25,3 +25,5 @@
;; jar cvf test2.jar *.class test2 && java -cp "test2.jar" test2
;; cd output && jar cvf test2.jar * && java -cp "test2.jar" test2 && cd ..
)
+
+