Adding test suite with tests from the set of standard Lua test cases. These
test cases were downloaded from: http://www.inf.puc-rio.br/~roberto/lua/lua5.1-tests.tar.gz
This commit is contained in:
@@ -24,7 +24,7 @@ public class CallFrame {
|
||||
public final Proto p;
|
||||
private final LValue[] k;
|
||||
private final int nresults;
|
||||
private int pc = 0;
|
||||
int pc = 0;
|
||||
boolean done = false;
|
||||
|
||||
CallFrame(StackState state, Closure c, int base, int nargs, int nresults) {
|
||||
|
||||
Reference in New Issue
Block a user