aboutsummaryrefslogtreecommitdiff
path: root/src/lux.clj
diff options
context:
space:
mode:
authorEduardo Julian2015-03-22 02:20:30 -0400
committerEduardo Julian2015-03-22 02:20:30 -0400
commitca6e205c4d4f0ead6b82429a188301d00503d24d (patch)
tree1dd29b774f3fd9b5ed5cb8490fc61638f894f950 /src/lux.clj
parenta2cb7fba2b90cac1d40b409484ad8a0e8d189fd3 (diff)
- Fixed the bug that caused the infinite look while compiling the file.
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")))