James Roseborough
|
c8e1934916
|
Refactor call stack and its use throughout. CallFrame now does all bytecode processing, and the callframe is reinitialized anytime something might have changed, like a function call.
|
2007-06-27 06:43:33 +00:00 |
|
James Roseborough
|
19bd995ba6
|
Enhance binary compare operators, especially equals, to more closely match what standard lua does.
|
2007-06-14 04:58:09 +00:00 |
|
James Roseborough
|
14108aee87
|
Fix upvalues that allow closures to work properly.
|
2007-06-14 04:09:57 +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 |
|