aboutsummaryrefslogtreecommitdiff
path: root/src/lux.clj
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lux.clj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lux.clj b/src/lux.clj
index c7b000e5b..3516f2a9c 100644
--- a/src/lux.clj
+++ b/src/lux.clj
@@ -7,6 +7,7 @@
;; 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