aboutsummaryrefslogtreecommitdiff
path: root/src/lux.clj
diff options
context:
space:
mode:
authorEduardo Julian2015-11-15 18:46:45 -0400
committerEduardo Julian2015-11-15 18:46:45 -0400
commitd84c8d925fb5b8390282eb94d3ab25b02d4081c8 (patch)
tree67b1ab234a6fb921460e9ac38593187ece935407 /src/lux.clj
parent9bb3887176488a06cd61d246ece556be3bd1d16a (diff)
- _jvm_ null must now be written as a form.
Diffstat (limited to '')
-rw-r--r--src/lux.clj8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/lux.clj b/src/lux.clj
index eb8729053..c5d192879 100644
--- a/src/lux.clj
+++ b/src/lux.clj
@@ -19,10 +19,4 @@
(println "Please provide a module name to compile."))
_
- (println "Can't understand command."))
- (System/exit 0)
- )
-
-(comment
- (-main "compile" "program")
- )
+ (println "Can't understand command.")))