aboutsummaryrefslogtreecommitdiff
path: root/src/lux.clj
diff options
context:
space:
mode:
authorEduardo Julian2015-03-10 01:39:35 -0400
committerEduardo Julian2015-03-10 01:39:35 -0400
commite2fcc7ebbb1f423a3137aa5525b9409f870fe191 (patch)
treea9765d5d44be59bae48b1a411444f1112b1a00a4 /src/lux.clj
parenta386d0c4688b8749db3e4d612658774a24bc61a2 (diff)
- Modified the compiler so parser syntax tokens are stored in the same format as lux data-structures, to ease communication between the compiler & macros.
Diffstat (limited to '')
-rw-r--r--src/lux.clj1
1 files changed, 0 insertions, 1 deletions
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.