aboutsummaryrefslogtreecommitdiff
path: root/src/lux.clj
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lux.clj6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lux.clj b/src/lux.clj
index 7bee8df16..e035e92c8 100644
--- a/src/lux.clj
+++ b/src/lux.clj
@@ -11,8 +11,12 @@
;; TODO: All optimizations
;; TODO: Anonymous classes
;; TODO:
-
+
;; Finish total-locals
+
+ ;; TODO: Change &type/check to it returns a tuple with the new expected & actual types
+ ;; TODO: Stop passing-along the exo-types and instead pass-along endo-types where possible
+ ;; TODO: Optimize analyser to avoid redundant checks when dealing with type-checking (making sure check* is being handed a type)
(time (&compiler/compile-all (&/|list "lux")))
(System/gc)