From 2c392029d19aee4962f3b37b4f10eb79f7c01e3f Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 2 Dec 2015 19:10:31 -0400 Subject: - Made a variety of refactorings and minor changes. - Generic class definitions are halfway done. --- src/lux.clj | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lux.clj') diff --git a/src/lux.clj b/src/lux.clj index c5d192879..15ba16e5c 100644 --- a/src/lux.clj +++ b/src/lux.clj @@ -14,9 +14,7 @@ (defn -main [& args] (|case (&/->list args) (&/$Cons "compile" (&/$Cons program-module (&/$Nil))) - (if program-module - (time (&compiler/compile-program program-module)) - (println "Please provide a module name to compile.")) + (time (&compiler/compile-program program-module)) _ (println "Can't understand command."))) -- cgit v1.2.3