From ee0ed41d8efa0b733961dfb2cd8b7ad6054f97e7 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 17 Mar 2015 22:07:54 -0400 Subject: [2nd Super Refactoring That Breaks The System: Part 2] - Compiler-state is now using Lux record-format. - Went from Error+Ok to Left+Right. --- src/lux.clj | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lux.clj') 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 -- cgit v1.2.3