aboutsummaryrefslogtreecommitdiff
path: root/src/lux.clj
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lux.clj6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lux.clj b/src/lux.clj
index 3922a21d8..6d79b52bf 100644
--- a/src/lux.clj
+++ b/src/lux.clj
@@ -6,14 +6,12 @@
(comment
;; TODO: Finish type system.
;; TODO: Re-implement compiler in language.
- ;; TODO: Adding metadata to global vars.
- ;; TODO: Add column & line numbers for syntactic elements.
- ;; TODO: Add text-dispenser to regulate column & line numbering.
;; 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
(time (&compiler/compile-all (&/|list "lux")))