rt/vm/src/main/java/org/apidesign/vm4brwsr/ByteCodeToJavaScript.java
Mon, 04 Mar 2013 19:20:40 +0100 Moving the bytecode parser into a single class inside the vm module - Nexus does not like modules without javadoc and I certainly don't want to publish javadoc for the former javap
Sun, 03 Mar 2013 22:50:02 +0100 The order of dimensions was reverted
Thu, 28 Feb 2013 09:50:14 +0100 Merge of new advances in arithmetic including JavaScript Number having all methods of java.lang.Number and good valueOf implementation
Wed, 27 Feb 2013 23:40:32 +0100 Compare objects without conversions
Wed, 27 Feb 2013 16:24:42 +0100 Conversion fixes
Wed, 27 Feb 2013 14:38:16 +0100 Need to use method accessors to access static fields
Tue, 26 Feb 2013 16:54:16 +0100 Moving modules around so the runtime is under one master pom and can be built without building other modules that are in the repository