Add pattern matcher implementation ported from C version of Lua. Still
work to do: (1) Replace use of recursion with while/continue (2) Remove as many array bounds checks as possible
This commit is contained in:
@@ -76,6 +76,10 @@ public class LuaJTest extends TestCase {
|
||||
runTest( "setlist" );
|
||||
}
|
||||
|
||||
public void testStrLib() throws IOException, InterruptedException {
|
||||
runTest( "strlib" );
|
||||
}
|
||||
|
||||
public void testType() throws IOException, InterruptedException {
|
||||
runTest( "type" );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user