From 117124707863ed7d89ef13db417f883a76da041c Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 20 Jan 2015 01:57:59 -0400 Subject: [Enhancements] - Simplified lexer. - Parser now does cleanup of comments & white-space, plus balancing of parens/brackets/braces and checking for even number of elements in records. - Lexer & parser now share state. --- 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 7553e1845..d5c76cea9 100644 --- a/src/lux.clj +++ b/src/lux.clj @@ -23,6 +23,7 @@ ;; TODO: monitor enter & monitor exit. ;; TODO: Reinplement "if" as a macro on top of case. ;; TODO: Remember to optimized calling global functions. + ;; TODO: Reader macros. ;; TODO: (&compiler/compile-all ["lux" "test2"]) -- cgit v1.2.3