From 4f864b0090c05ab1d4aae92ca972105389227a14 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 4 May 2015 15:43:31 -0400 Subject: v0.1 --- src/lux.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lux.clj') diff --git a/src/lux.clj b/src/lux.clj index 1812bf294..de302b260 100644 --- a/src/lux.clj +++ b/src/lux.clj @@ -5,7 +5,8 @@ :reload-all)) (defn -main [& _] - (time (&compiler/compile-all (&/|list "program")))) + (time (&compiler/compile-all (&/|list "program"))) + (System/exit 0)) (comment ;; TODO: Finish total-locals -- cgit v1.2.3