log

age author commit description
2014-05-30 fschmidt@gmail.com e935581cf9fb remove jline because the project moved to GitHub
2014-05-30 fschmidt@gmail.com 1ff1c32417eb more IoLib work and added init.luan
2014-05-29 fschmidt@gmail.com eacf6ce1b47d add IoLib
2014-05-26 fschmidt@gmail.com c599206448b9 minor
2014-05-26 fschmidt@gmail.com 8c706d6eb5dc add binary type
2014-05-23 fschmidt@gmail.com f5af13062b10 fix previous rev
2014-05-23 fschmidt@gmail.com 2428ecfed375 change LuanFunction.call() from returning Object[] to returning Object, to reduce garbage collection
2014-05-23 fschmidt@gmail.com 7afa6df829f3 minor
2014-05-23 fschmidt@gmail.com 219e05867366 remove NumericForStmt;
2014-05-23 fschmidt@gmail.com 3c404a296995 make Package module more standard;
2014-05-19 fschmidt@gmail.com dbf459397217 change OutputStatement to JspExpressions;
2014-05-19 fschmidt@gmail.com 1a29dd3888f6 support standard Lua numeric "for" statement
2014-05-13 fschmidt@gmail.com a9560839104d minor - change type names to lower case like Lua
2014-05-12 fschmidt@gmail.com 754e6030c029 remove parboiled and rewrite parser;
2014-03-17 fschmidt@gmail.com c6c0aed1dbec add ext for needed jars
2013-06-18 fschmidt@gmail.com 90b918cbf888 add JavaLib.privateAccess
2013-06-10 fschmidt@gmail.com 8ebcccca13ab add missing TryStmt
2013-04-11 fschmidt@gmail.com 6c827f7275df fix JavaLib.setMember() for int conversion
2013-03-29 fschmidt@gmail.com b19988270d74 allow comments in parentheses
2013-03-22 fschmidt@gmail.com 3a0ff21f0c96 fix LuanJavaFunction.ARG_FLOAT
2013-03-09 fschmidt@gmail.com 7b15f56660fa implement most of Math module
2013-03-09 fschmidt@gmail.com 72a4a5550ec7 add param to module() for super module
2013-03-08 fschmidt@gmail.com 9aa7d5f20333 in LuanJavaFunction, fix primitive type checking and add boolean conversion
2013-03-08 fschmidt@gmail.com c6633e5f0cc5 minor
2013-03-07 fschmidt@gmail.com 2079455459ac add more http methods
2013-03-07 fschmidt@gmail.com d03022acea47 don't allow "%>" in output statement string
2013-03-07 fschmidt@gmail.com 1f8b6edc2b08 better error message
2013-03-02 fschmidt@gmail.com b1e87f1bcc13 make module names uppercase;
2013-02-28 fschmidt@gmail.com 8ef2d6701541 improve HttpLib
2013-02-27 fschmidt@gmail.com 6ca02b188dba add LuanBit to clean up code;