pending files commited

don't really knwon what i am doing here, commit pending code ...

Signed-off-by: philippe lhardy <philippe.lhardy@astrolabe.coop>
This commit is contained in:
2025-11-01 14:09:35 +01:00
parent 70744610cc
commit 65cc0f4c62
31 changed files with 313 additions and 12 deletions

View File

@@ -0,0 +1,7 @@
/CharProvider.class
/LuaNumber.class
/LuaObject.class
/LuaSequence.class
/LuaString.class
/LuaTuple.class
/Parser.class

View File

@@ -62,7 +62,7 @@ public class Parser {
pushBackChar(c);
if ( errors == null)
{
errors = new ArrayList();
errors = new ArrayList<String>();
}
System.err.println(info);
errors.add(info);