aboutsummaryrefslogtreecommitdiff
path: root/src/lux.clj
diff options
context:
space:
mode:
authorEduardo Julian2015-03-10 02:09:03 -0400
committerEduardo Julian2015-03-10 02:09:03 -0400
commit8e82cb7ab2276c5622af30cf43527aa79c8d36e5 (patch)
tree338913e89848f209ed000138bbf439279a3843c4 /src/lux.clj
parente2fcc7ebbb1f423a3137aa5525b9409f870fe191 (diff)
- Added null values as jvm-null.
Diffstat (limited to 'src/lux.clj')
-rw-r--r--src/lux.clj10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/lux.clj b/src/lux.clj
index 5b56f9244..a8bdd4f31 100644
--- a/src/lux.clj
+++ b/src/lux.clj
@@ -10,10 +10,14 @@
;; TODO: Allow setting fields.
;; TODO: monitor enter & monitor exit.
;; TODO: Add column & line numbers for syntactic elements.
+ ;; TODO: Add source-file information to .class files for easier debugging.
+ ;; TODO: Add conversions between primitives
+ ;; TODO: Being able to ask if a value is null or not. (null?)
+ ;; TODO: invokespecial & invokeinterface
+ ;; TODO: bitwise operators
+ ;; TODO: multianewarray
;; TODO:
- ;; TODO:
- ;; TODO:
-
+
(time (&compiler/compile-all ["lux"]))
(time (&compiler/compile-all ["lux" "test2"]))