You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
classMain {
staticfunctionmain() {
vars="class C { static inline function printClass(c:Table<String,Dynamic>, s : String) : String { return '{${printClassRec(c,'',s)}}'; }}";
varparser=newhaxeparser.HaxeParser(byte.ByteData.ofString(s), "");
trace(parser.parse());
}
}
From lua.Boot, currently fails with this:
C:\GitHub\haxeparser\src\haxeparser/HaxeParser.hx:495: characters 5-10 : { msg => MissingSemicolon, pos => { file => , max => 127, min => 106 } }
C:\GitHub\haxeparser\src\haxeparser/HaxeParser.hx:1068: characters 25-36 : Called from
C:\GitHub\haxeparser\src\haxeparser/HaxeParser.hx:1058: characters 11-26 : Called from
C:\GitHub\haxeparser\src\haxeparser/HaxeParser.hx:1057: lines 1057-1060 : Called from
C:\GitHub\haxeparser\src\haxeparser/HaxeParser.hx:1039: characters 13-22 : Called from
C:\GitHub\haxeparser\src\haxeparser/HaxeParser.hx:1165: characters 35-43 : Called from
C:\GitHub\haxeparser\src\haxeparser/HaxeParser.hx:1267: characters 9-15 : Called from
C:\GitHub\haxeparser\src\haxeparser/HaxeParser.hx:923: characters 17-31 : Called from
C:\GitHub\haxeparser\src\haxeparser/HaxeParser.hx:923: characters 13-31 : Called from
From lua.Boot, currently fails with this:
The related Haxe change could be this: HaxeFoundation/haxe@b94ee60
Although this was quite a while ago...
The text was updated successfully, but these errors were encountered: