aboutsummaryrefslogtreecommitdiff
path: root/src/lux.clj
diff options
context:
space:
mode:
authorEduardo Julian2015-01-28 01:12:30 -0400
committerEduardo Julian2015-01-28 01:12:30 -0400
commitde427e2de39159863fbb9ca9d9984faa1cf60b02 (patch)
treeb7d97731ecb8e8c2c9e0f1820cc00f358e558110 /src/lux.clj
parent8a47a5c1a421e3f65297b5e5ecd053e3f65a7beb (diff)
[Enhancement]
- The compiler is now working properly post-refactoring. - The code for generating lambdas was refactored, though it needs to be broken-down further.
Diffstat (limited to '')
-rw-r--r--src/lux.clj3
1 files changed, 2 insertions, 1 deletions
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"
+ ]))