From 15280d41e3ba7bb305cc259c7200723d3daf326c Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 12 Mar 2015 08:23:46 -0400 Subject: - Added program creation (generates the "main" method). - Added invokespecial & invokeinterface. - Added putstatic & putfield. - Corrected primitive conversions & bitwise operators to take into account (un)boxing. --- src/lux.clj | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/lux.clj') diff --git a/src/lux.clj b/src/lux.clj index f69bdf9dc..508b45bb9 100644 --- a/src/lux.clj +++ b/src/lux.clj @@ -6,10 +6,11 @@ ;; TODO: Finish type system. ;; TODO: Re-implement compiler in language. ;; TODO: Adding metadata to global vars. - ;; TODO: Allow setting fields. ;; TODO: Add column & line numbers for syntactic elements. ;; TODO: Add source-file information to .class files for easier debugging. - ;; TODO: invokespecial & invokeinterface + ;; TODO: Finish implementing class & interface definition + ;; TODO: All optimizations + ;; TODO: Take module-name aliasing into account. ;; TODO: (time (&compiler/compile-all ["lux"])) -- cgit v1.2.3