Sun, 25 Nov 2012 23:14:58 +0100Enclosing definition of all the methods inside the proto() function lazy
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 25 Nov 2012 23:14:58 +0100] rev 203
Enclosing definition of all the methods inside the proto() function

Sun, 25 Nov 2012 21:31:51 +0100More debug info lazy
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 25 Nov 2012 21:31:51 +0100] rev 202
More debug info

Sun, 25 Nov 2012 21:24:03 +0100Initial test to show how an incremental compilation could look like lazy
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 25 Nov 2012 21:24:03 +0100] rev 201
Initial test to show how an incremental compilation could look like

Sun, 25 Nov 2012 21:23:06 +0100Avoid using XYZ.class as we don't support conversion of a class to its name yet
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 25 Nov 2012 21:23:06 +0100] rev 200
Avoid using XYZ.class as we don't support conversion of a class to its name yet

Sun, 25 Nov 2012 17:07:51 +0100Dump the code to file
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 25 Nov 2012 17:07:51 +0100] rev 199
Dump the code to file

Thu, 22 Nov 2012 10:38:38 +0100Adding the Java source code for the calculator on the HTML page for demostration purposes
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 22 Nov 2012 10:38:38 +0100] rev 198
Adding the Java source code for the calculator on the HTML page for demostration purposes

Thu, 22 Nov 2012 00:18:34 +0100Less verbose. Concentrating all operations into single method. Using string switch to determine what operation to run.
Jaroslav Tulach <jtulach@netbeans.org> [Thu, 22 Nov 2012 00:18:34 +0100] rev 197
Less verbose. Concentrating all operations into single method. Using string switch to determine what operation to run.

Thu, 22 Nov 2012 00:08:57 +0100Verifying we support string switch
Jaroslav Tulach <jtulach@netbeans.org> [Thu, 22 Nov 2012 00:08:57 +0100] rev 196
Verifying we support string switch

Thu, 22 Nov 2012 00:04:19 +0100Bunch of bit arithmetics to compute string hashCode acceptably
Jaroslav Tulach <jtulach@netbeans.org> [Thu, 22 Nov 2012 00:04:19 +0100] rev 195
Bunch of bit arithmetics to compute string hashCode acceptably

Wed, 21 Nov 2012 23:55:09 +0100String.toString() can be specified on a prototype
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 21 Nov 2012 23:55:09 +0100] rev 194
String.toString() can be specified on a prototype