aboutsummaryrefslogtreecommitdiff
path: root/src/lux.clj
diff options
context:
space:
mode:
authorEduardo Julian2015-03-17 22:07:54 -0400
committerEduardo Julian2015-03-17 22:07:54 -0400
commitee0ed41d8efa0b733961dfb2cd8b7ad6054f97e7 (patch)
tree2642d03fa7cf2eeb8a33bfc3a66d4fa42143231b /src/lux.clj
parentfc946bea579db293d1c9f00fb133f5bb329136d2 (diff)
[2nd Super Refactoring That Breaks The System: Part 2]
- Compiler-state is now using Lux record-format. - Went from Error+Ok to Left+Right.
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