From ca6e205c4d4f0ead6b82429a188301d00503d24d Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 22 Mar 2015 02:20:30 -0400 Subject: - Fixed the bug that caused the infinite look while compiling the file. --- src/lux.clj | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/lux.clj') 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"))) -- cgit v1.2.3