aboutsummaryrefslogtreecommitdiff
path: root/src/lux.clj
diff options
context:
space:
mode:
authorEduardo Julian2015-05-01 21:58:55 -0400
committerEduardo Julian2015-05-01 21:58:55 -0400
commit6bb629a6917176ec46fee119b3b21fb1781cba78 (patch)
tree24cbff805c7489d1d6bbae6c80ed3cf8da0bc460 /src/lux.clj
parent52d428514631cf9ed54e2f8ad418ea21165011c7 (diff)
- Added existential types via #ExT.
- Removed the (now useless) lux.type/is-Type? function.
Diffstat (limited to '')
-rw-r--r--src/lux.clj10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/lux.clj b/src/lux.clj
index 83353f7e9..b69494909 100644
--- a/src/lux.clj
+++ b/src/lux.clj
@@ -4,15 +4,7 @@
:reload-all))
(comment
- ;; TODO: Finish type system.
- ;; TODO: Re-implement compiler in language.
- ;; 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
+ ;; TODO: Finish total-locals
(time (&compiler/compile-all (&/|list "lux")))
(System/gc)