aboutsummaryrefslogtreecommitdiff
path: root/src/lux.clj
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lux.clj10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/lux.clj b/src/lux.clj
index 83353f7e9..b69494909 100644
--- a/src/lux.clj
+++ b/src/lux.clj
@@ -4,15 +4,7 @@
:reload-all))
(comment
- ;; TODO: Finish type system.
- ;; TODO: Re-implement compiler in language.
- ;; TODO: Add source-file information to .class files for easier debugging.
- ;; TODO: Finish implementing class & interface definition
- ;; TODO: All optimizations
- ;; TODO: Anonymous classes
- ;; TODO:
-
- ;; Finish total-locals
+ ;; TODO: Finish total-locals
(time (&compiler/compile-all (&/|list "lux")))
(System/gc)