From da7d3d23227e6d162ff287c8b1ba3f466caafdff Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 4 May 2015 08:00:05 -0400 Subject: - Added alias-lux to import lux.lux definitions. - Fixed a few bugs both in lux.lux & the compiler. - Added exports to the language. --- 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 b69494909..37978aa05 100644 --- a/src/lux.clj +++ b/src/lux.clj @@ -6,6 +6,8 @@ (comment ;; TODO: Finish total-locals + (time (&compiler/compile-all (&/|list "program"))) + (time (&compiler/compile-all (&/|list "lux"))) (System/gc) (time (&compiler/compile-all (&/|list "lux" "test2"))) -- cgit v1.2.3