aboutsummaryrefslogtreecommitdiff
path: root/src/lux.clj
diff options
context:
space:
mode:
authorEduardo Julian2015-01-19 20:15:38 -0400
committerEduardo Julian2015-01-19 20:15:38 -0400
commitabbda5e90e4f3d5a10cbe6309298a91dfb931aab (patch)
tree5742d06d2531c6e9543beb32da311da05b273338 /src/lux.clj
parent2103b30f37db2aaed472981d2642f4c32c25869c (diff)
[Cleanup]
- Removed a lot of useless comments & logging. - Removed the useless test1.lux file.
Diffstat (limited to '')
-rw-r--r--src/lux.clj3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lux.clj b/src/lux.clj
index dca7034c3..7553e1845 100644
--- a/src/lux.clj
+++ b/src/lux.clj
@@ -22,8 +22,9 @@
;; TODO: Add "new". Allow setting fields.
;; TODO: monitor enter & monitor exit.
;; TODO: Reinplement "if" as a macro on top of case.
+ ;; TODO: Remember to optimized calling global functions.
;; TODO:
-
+
(&compiler/compile-all ["lux" "test2"])