From de427e2de39159863fbb9ca9d9984faa1cf60b02 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 28 Jan 2015 01:12:30 -0400 Subject: [Enhancement] - The compiler is now working properly post-refactoring. - The code for generating lambdas was refactored, though it needs to be broken-down further. --- src/lux.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lux.clj') diff --git a/src/lux.clj b/src/lux.clj index 045e6b0f2..f748fd0f3 100644 --- a/src/lux.clj +++ b/src/lux.clj @@ -29,7 +29,8 @@ ;; TODO: ;; TODO: - (time (&compiler/compile-all ["lux" "test2"])) + (time (&compiler/compile-all ["lux" ;; "test2" + ])) -- cgit v1.2.3