Commit Graph

1035 Commits

Author SHA1 Message Date
James Roseborough
69eb64403a Lua 5.2 compatibility fixes. 2012-09-05 13:56:56 +00:00
James Roseborough
ed4554fa7d Lua 5.2 compatibility fixes. 2012-09-05 04:24:44 +00:00
James Roseborough
c4791e2e3e Lua 5.2 compatibility fixes. 2012-09-04 16:29:12 +00:00
James Roseborough
bbbfbce612 Lua 5.2 compatibility fixes. 2012-09-04 16:02:26 +00:00
James Roseborough
3d8b308c8d Lua 5.2 fixes to compiler. 2012-09-04 05:18:43 +00:00
James Roseborough
1b56b6d346 Lua 5.2 compatibility fixes. 2012-09-03 23:53:28 +00:00
James Roseborough
1831fbc96f Lua 5.2 compatibility fixes. 2012-09-03 21:59:51 +00:00
James Roseborough
b90998c6d4 Compiler for lua 5.2 fixes. 2012-09-03 18:39:56 +00:00
James Roseborough
be1fae0b1d Compiler for lua 5.2 fixes. 2012-09-03 16:14:11 +00:00
James Roseborough
fee4290fa1 Compiler for lua 5.2 fixes. 2012-09-03 05:41:38 +00:00
James Roseborough
f396d8b39e Compiler for lua 5.2 fixes. 2012-09-03 00:34:14 +00:00
James Roseborough
f6cc1948f1 Compiler for lua 5.2 fixes. 2012-09-02 15:29:30 +00:00
James Roseborough
2c748e0d3b Add line and column info to org.luaj.vm2.ast parse tree elements generated using LuaParser 2012-09-01 17:07:23 +00:00
James Roseborough
04faa79853 Turn on LuaParser error reporting. 2012-09-01 16:51:45 +00:00
James Roseborough
24c476b072 Remove unused import. 2012-09-01 16:22:23 +00:00
James Roseborough
2bf4c5767b Add line number tracking in elements parsed using LuaParser. 2012-09-01 15:56:09 +00:00
James Roseborough
e0e2452d74 Improve processing of first-line comments by LuaParser 2012-09-01 04:59:14 +00:00
James Roseborough
6ac7e6e452 Remove lua1 compatibility tests. 2012-08-31 15:02:52 +00:00
James Roseborough
35e292ac9c Update LuaParser.jj and LuaParser.java to accept lua 5.2 syntax for all files in the standard tests. 2012-08-31 14:57:06 +00:00
James Roseborough
7d3b5a6b14 Update LuaParser.jj and LuaParser.java to accept lua 5.2 syntax for all files in the standard tests. 2012-08-31 14:51:35 +00:00
James Roseborough
79f31955a4 Add grammer for lua 5.2 syntax and add unit test for LuaParser 2012-08-31 14:13:43 +00:00
James Roseborough
4dcb672b72 Sample code to use LuaParser and extract line and column info. 2012-08-28 16:56:56 +00:00
James Roseborough
f7e17c588e First cut at updating compiler and runtime to handle lua 5.2 bytecodes. Able to compile and execute "hello, world" lua script. 2012-08-23 04:40:40 +00:00
James Roseborough
659a20a999 Start the 3.0-alpha1 version 2012-07-12 14:45:08 +00:00
James Roseborough
6c67f4565a Add mkdir to build ant script. 2012-05-28 13:56:06 +00:00
James Roseborough
a59a34b5e0 Improve the swing sample lua application. 2012-02-01 06:04:51 +00:00
James Roseborough
14d344a045 Allow access to public members of private inner classes where possible 2012-01-31 16:04:26 +00:00
James Roseborough
3506930278 Catch Exception instead of Throwable for all but LuaThread run loop 2012-01-25 03:58:33 +00:00
James Roseborough
9922cbb3db Improve detection and handling of orphaned coroutine threads. 2012-01-25 03:46:53 +00:00
James Roseborough
f283aae6a8 Improve detection and handling of orphaned coroutine threads. 2012-01-23 17:17:17 +00:00
James Roseborough
c46ee6b9bd Fix load(func) when mutiple string fragments are supplied by calls to func 2012-01-21 17:36:03 +00:00
James Roseborough
26ed1ef392 Improve detection and handling of orphaned coroutine threads. 2012-01-21 05:26:41 +00:00
James Roseborough
61514aa02c Update midlet builder to remove antenna dependency, and add microemulator run target. 2011-11-20 05:37:51 +00:00
James Roseborough
ce9e9b48d3 Improve stability of download locations for third party libs. 2011-11-20 03:48:43 +00:00
James Roseborough
ebb7169f17 Add arithmetic metatag processing when left hand side is a number and right hand side has metatable 2011-11-13 18:08:18 +00:00
James Roseborough
4d605cfedc Isolate library dependencies. 2011-11-13 05:34:21 +00:00
James Roseborough
b5c5236a33 Fix javadoc comments. 2011-11-13 05:32:32 +00:00
James Roseborough
e76a123de2 Update location of javacc libraries. 2011-11-13 01:01:18 +00:00
James Roseborough
4950d3c612 Fix lua command vararg values passed into main script to match what is in global arg table 2011-11-12 23:59:37 +00:00
Ian Farmer
3a266748be Fix two issues in WeakTable.java that can lead to infinite loops. 2011-09-27 04:06:21 +00:00
James Roseborough
b769c61e0f Improve coroutine state logic including let unreferenced coroutines be garbage collected 2011-06-12 04:17:02 +00:00
James Roseborough
bce3f1a2e6 Prepare for updated version. 2011-06-12 04:04:50 +00:00
James Roseborough
329739ec68 Adjust _VERSION tag 2011-03-03 22:50:32 +00:00
James Roseborough
abba1501f9 Improve javadoc for luajava classes. 2011-03-03 18:47:28 +00:00
James Roseborough
90839804ef Fix imports, length coercion, script sample 2011-03-03 18:27:21 +00:00
James Roseborough
a88789517d Major refactor of luajava type coercion logic, and method selection logic. 2011-03-03 16:52:12 +00:00
James Roseborough
f335a25e6b Improve jsr-223 bindings, allow ".lua" or "lua" as extensions, find classes when added as vm extension, enhance javadoc, add sources jar. 2011-02-11 17:40:37 +00:00
James Roseborough
c49ede53e4 Tune javadoc for distribution build. 2011-01-26 06:02:06 +00:00
James Roseborough
e820f00b12 Update math.luac expected result. 2011-01-24 20:01:55 +00:00
James Roseborough
4fb425bb16 Add javadoc content to source files. 2011-01-22 01:00:20 +00:00