From fc946bea579db293d1c9f00fb133f5bb329136d2 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 15 Mar 2015 21:09:52 -0400 Subject: [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. --- src/lux.clj | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/lux.clj') 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 .. ) - - - - -- cgit v1.2.3