src/test/java/org/apidesign/java4browser/StaticMethodTest.java
Mon, 24 Sep 2012 09:35:00 +0200 Basic support for manipulating array
Fri, 21 Sep 2012 10:14:25 +0200 Few more instructions required to load transitive closure of java/lang/Object
Thu, 20 Sep 2012 14:35:21 +0200 We can read definition of Object from the JDK. No need to provide default dummy implementation. InstanceSub is discovered automatically.
Thu, 20 Sep 2012 14:20:01 +0200 The compilation to JavaScript now identifies list of external references and provides them back to the caller
Wed, 19 Sep 2012 19:57:45 +0200 Can invoke overwritten methods
Sun, 16 Sep 2012 07:28:57 +0200 Support for static integer fields
Mon, 27 Aug 2012 15:16:39 +0200 Conditional statement and and or
Mon, 27 Aug 2012 14:36:48 +0200 Support for xor
Mon, 27 Aug 2012 14:27:06 +0200 Support for factorial computed with a for cycle
Mon, 27 Aug 2012 13:16:29 +0200 Can compile recursive factorial
Mon, 27 Aug 2012 06:12:35 +0200 Using floor when converting from double, float to int, long. Support for more than four parameters
Mon, 27 Aug 2012 05:47:44 +0200 Support for subtraction. Double occupies two slots. static import of byte codes.
Mon, 27 Aug 2012 05:17:08 +0200 Handle float multiplication
Mon, 27 Aug 2012 05:08:30 +0200 Initial version of the Bytecode to JavaScript translator