From ef6c934aa876d1c7426ec567a3d7b4cf136d573e Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 18 Feb 2015 00:49:55 -0400 Subject: Corrections to the super-refactoring: part 4 --- src/lux.clj | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'src/lux.clj') diff --git a/src/lux.clj b/src/lux.clj index eb81b43a0..b42d0bb42 100644 --- a/src/lux.clj +++ b/src/lux.clj @@ -1,10 +1,6 @@ (ns lux - (:require (lux [lexer :as &lexer] - [parser :as &parser] - [type :as &type] - [analyser :as &analyser] - [compiler :as &compiler]) - :reload)) + (:require [lux.compiler :as &compiler] + :reload-all)) (comment ;; TODO: Make macros monadic. @@ -23,8 +19,8 @@ ;; TODO: ;; TODO: - (time (&compiler/compile-all ["lux" ;; "test2" - ])) + (time (&compiler/compile-all ["lux"])) + (time (&compiler/compile-all ["lux" "test2"])) ;; 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