From 2caf39ea09ae96669466e0e17fd2949347acda7a Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 1 Mar 2015 17:16:52 -0400 Subject: - 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. --- src/lux.clj | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lux.clj') 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 .. ) + + -- cgit v1.2.3