James Roseborough
|
8e2ff119f9
|
Add LValue.toJavaX and VM.pushboxedx() functions for all java basic type conversions
|
2007-10-18 17:47:01 +00:00 |
|
James Roseborough
|
eba4f34505
|
Fix reported type of LBoolean
|
2007-10-04 20:44:52 +00:00 |
|
James Roseborough
|
8ae4299764
|
centralize type id defs
|
2007-10-04 20:10:50 +00:00 |
|
Shu Lei
|
35d02b287e
|
added debugging support and integrated with Eclipse debugger
|
2007-10-03 17:39:38 +00:00 |
|
Shu Lei
|
421eface40
|
added debugging support and integrated with Eclipse debugger
|
2007-10-03 17:39:37 +00:00 |
|
Ian Farmer
|
aeafca11b6
|
Change LString to use an array of bytes instead of wrapping Java's String.
This brings our implementation more in line with regular C Lua.
|
2007-09-10 06:27:54 +00:00 |
|
James Roseborough
|
01c5595fd6
|
Let luaAsInt() return sensible values for non-numeric data.
|
2007-08-01 06:11:43 +00:00 |
|
Ian Farmer
|
635f127cd0
|
Add new built-in function type() that returns the name of the type of
the given value as a string. Includes test case.
|
2007-07-16 02:37:08 +00:00 |
|
James Roseborough
|
70dfc20f57
|
Initial draft of interpreter. Lua compiled "chunks" can be unmarshalled. Approximately half of bytecodes implemented in some form or another.
|
2007-06-08 05:11:37 +00:00 |
|