Commit Graph

20 Commits

Author SHA1 Message Date
Thomas Cashman
0e0533e2e6 Fixed LuaJC not writing java package to bytecode correctly 2018-12-18 18:21:03 +00:00
James Roseborough
c5081c5de1 Convert anonymous classes to inner classes (gradle build support). 2015-03-08 20:22:30 +00:00
James Roseborough
2123d3f924 Refactor API's related to compiling and loading scripts and character encoding handling. 2013-09-18 05:32:30 +00:00
James Roseborough
447c7f9850 Let generated code have class names that match variable names used in function creation. 2012-10-05 04:26:25 +00:00
James Roseborough
7b6381c352 Add ability to create runnable jar file from lua script with sample build file build-app.xml 2012-10-02 07:00:17 +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
a62350b06a Improve bytecode generation. 2010-08-13 00:23:53 +00:00
James Roseborough
267e89adef Improve bytecode generation. 2010-08-11 18:21:20 +00:00
James Roseborough
80c111c50d Improve validation. 2010-08-05 21:38:49 +00:00
James Roseborough
783e4bc092 Remove generics. 2010-07-30 23:47:52 +00:00
James Roseborough
51e64c87cb Change platform packages. 2010-07-30 18:09:31 +00:00
James Roseborough
9f5526202a Add option to load class files for verification. 2010-07-30 16:44:42 +00:00
James Roseborough
860ca581ab Improve arguments to luajc command. 2010-07-30 00:16:12 +00:00
James Roseborough
de9c967ac5 Fix midlet example including luajc-compiled scripts 2010-04-25 05:35:24 +00:00
James Roseborough
8ae33e1d08 Refactor java code generator. 2010-04-13 14:31:40 +00:00
James Roseborough
dc0be9b15a Add doc for bytecode generator. 2010-03-31 04:15:09 +00:00
James Roseborough
699bcb2e48 Retain extension in source file name. 2009-11-10 17:22:51 +00:00
James Roseborough
3d4a29f1bc Fixes to class generation logic. 2009-11-03 02:13:45 +00:00
James Roseborough
17c86b8eb3 Let ant build download bcel jar as needed. 2009-10-30 21:57:35 +00:00
James Roseborough
3863ff8e46 Initial sources for planned 2.0 luaj vm release. Most interpreter features and library functions working. 2009-10-27 06:12:24 +00:00