From e2fcc7ebbb1f423a3137aa5525b9409f870fe191 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 10 Mar 2015 01:39:35 -0400 Subject: - Modified the compiler so parser syntax tokens are stored in the same format as lux data-structures, to ease communication between the compiler & macros. --- src/lux.clj | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lux.clj') diff --git a/src/lux.clj b/src/lux.clj index 888618de6..5b56f9244 100644 --- a/src/lux.clj +++ b/src/lux.clj @@ -6,7 +6,6 @@ ;; TODO: Finish type system. ;; TODO: Re-implement compiler in language. ;; TODO: Adding metadata to global vars. - ;; TODO: Add records. ;; TODO: throw, try, catch, finally ;; TODO: Allow setting fields. ;; TODO: monitor enter & monitor exit. -- cgit v1.2.3