James Roseborough
|
c87c6b8c51
|
Refactor assignment statement code generation.
|
2010-07-28 17:29:38 +00:00 |
|
James Roseborough
|
6965c9bb71
|
String concatenation optimization.
|
2010-07-28 14:53:39 +00:00 |
|
James Roseborough
|
55947437dd
|
Identify constant variables during code generation.
|
2010-07-28 06:32:12 +00:00 |
|
James Roseborough
|
bbbae65237
|
Imrpove code generator for number expressions.
|
2010-07-27 22:19:55 +00:00 |
|
James Roseborough
|
9a884549e2
|
Add numeric subexpression processing.
|
2010-07-27 15:19:14 +00:00 |
|
James Roseborough
|
f236b23bf8
|
Add basic boolean sub-expression type inference.
|
2010-07-27 14:37:42 +00:00 |
|
James Roseborough
|
3ad0006e8e
|
Improve argument handling.
|
2010-07-27 01:07:20 +00:00 |
|
James Roseborough
|
0af7d04b46
|
Use numbers in numeric for loop.
|
2010-07-26 15:49:06 +00:00 |
|
James Roseborough
|
aa095fef27
|
Improve upvalue processing in generated code.
|
2010-07-26 15:24:52 +00:00 |
|
James Roseborough
|
6364b002e4
|
Fix java code generator including adding tail call support.
|
2010-07-26 05:58:34 +00:00 |
|
James Roseborough
|
69bbae70a1
|
simplify LuaCompiler interface and add Lua2Java utility class.
|
2010-07-25 22:31:43 +00:00 |
|
James Roseborough
|
ea931c1438
|
Fix varargs handling in code generator.
|
2010-07-24 00:24:59 +00:00 |
|
James Roseborough
|
bd8775984e
|
Improve varargs handling in code generator
|
2010-07-23 15:00:21 +00:00 |
|
James Roseborough
|
346e0ef465
|
Handle source files as byte streams for lua2java conversions.
|
2010-07-23 04:54:14 +00:00 |
|
James Roseborough
|
6f01f9784a
|
Switch to Unicode parsing.
|
2010-07-23 00:39:27 +00:00 |
|
James Roseborough
|
6bf647ff37
|
Improve java code generator.
|
2010-07-22 23:35:25 +00:00 |
|
James Roseborough
|
67216b17e1
|
Improve lua2java code generator.
|
2010-07-22 14:51:51 +00:00 |
|
James Roseborough
|
ee0271c70d
|
Improve name resolution in java code generator.
|
2010-07-21 15:31:15 +00:00 |
|
James Roseborough
|
399566a20c
|
Improve code generator for varargs.
|
2010-07-21 05:25:45 +00:00 |
|
James Roseborough
|
c537e5b124
|
Add lua2java too to compile from lua source to java source
|
2010-07-19 14:56:32 +00:00 |
|
James Roseborough
|
dceadf2f82
|
Fix name scope resolution
|
2010-07-06 05:25:54 +00:00 |
|
James Roseborough
|
514765fa74
|
Track locals, globals, and upvalues in ast
|
2010-06-28 05:34:17 +00:00 |
|
James Roseborough
|
9fc310dc16
|
mark vararg expressions
|
2010-06-25 15:18:33 +00:00 |
|
James Roseborough
|
bce5c5a5b7
|
Improve ast classes and visitor.
|
2010-06-24 05:15:41 +00:00 |
|
James Roseborough
|
f50d7eb7d3
|
Create visitor for ast
|
2010-06-23 15:00:12 +00:00 |
|
James Roseborough
|
bd51839b2f
|
Update ast classes.
|
2010-06-23 00:45:31 +00:00 |
|
James Roseborough
|
7d8c02c4af
|
Add abstract syntax tree elements.
|
2010-06-22 00:51:32 +00:00 |
|
James Roseborough
|
f146268c47
|
Improve varargs handlnig in luajava bindings.
|
2010-05-22 17:47:31 +00:00 |
|
James Roseborough
|
3167e3c838
|
Improve io lib error reporting and behavior.
|
2010-05-17 00:45:59 +00:00 |
|
James Roseborough
|
ce13cc8621
|
Improve package lib behavior and error reporting.
|
2010-05-16 17:53:33 +00:00 |
|
James Roseborough
|
36845ba1b4
|
Make script engine thread local.
|
2010-05-14 05:13:39 +00:00 |
|
James Roseborough
|
0acd42ce84
|
Make compiler installed by default for standard platforms.
|
2010-05-14 04:47:20 +00:00 |
|
James Roseborough
|
47b33aea08
|
Make compiler installed by default for standard platforms.
|
2010-05-14 04:00:05 +00:00 |
|
James Roseborough
|
536b27330d
|
Improve math lib error reporting.
|
2010-05-12 03:21:12 +00:00 |
|
James Roseborough
|
8d16726e8b
|
Improve error and traceback reporting.
|
2010-05-08 23:50:51 +00:00 |
|
James Roseborough
|
482b6056a1
|
Skip over empty branch destinations
|
2010-05-06 04:34:30 +00:00 |
|
James Roseborough
|
40672336bf
|
Handle boolean constants in code generator.
|
2010-05-06 04:11:08 +00:00 |
|
James Roseborough
|
e0b3c966b6
|
Improve bytecode generation.
|
2010-04-27 14:33:55 +00:00 |
|
James Roseborough
|
be5252148a
|
Refactor lib bindings.
|
2010-04-27 05:05:08 +00:00 |
|
James Roseborough
|
3f727fbe17
|
Simplify bindings.
|
2010-04-26 15:59:42 +00:00 |
|
James Roseborough
|
23434069c8
|
Refactor luajava method mapping computation.
|
2010-04-26 05:16:11 +00:00 |
|
James Roseborough
|
2f222c0f8a
|
Refactor luajava method mapping computation.
|
2010-04-26 05:09:44 +00:00 |
|
James Roseborough
|
29d6f2ce58
|
Improve compatibility with vm1 and C-based lua.
|
2010-04-25 22:40:04 +00:00 |
|
James Roseborough
|
79b0294207
|
Refactor string conversions
|
2010-04-25 15:50:40 +00:00 |
|
James Roseborough
|
5d23d37255
|
Move DEBUG_ENABLED flag
|
2010-04-25 06:28:31 +00:00 |
|
James Roseborough
|
de9c967ac5
|
Fix midlet example including luajc-compiled scripts
|
2010-04-25 05:35:24 +00:00 |
|
James Roseborough
|
90ca65c7d9
|
Derive legal classname from filename.
|
2010-04-25 01:19:11 +00:00 |
|
James Roseborough
|
1b43352144
|
Implement tail calls in generated bytecode classes.
|
2010-04-24 23:49:39 +00:00 |
|
James Roseborough
|
db3e275a6a
|
Improve bytecode generation.
|
2010-04-24 18:09:58 +00:00 |
|
James Roseborough
|
c1f67181fa
|
Improve bytecode generation.
|
2010-04-24 17:18:52 +00:00 |
|