This commit is contained in:
nub31
2025-06-26 11:50:37 +02:00
parent 493f188be4
commit 3cb8a5b4c9
12 changed files with 255 additions and 193 deletions

View File

@@ -668,7 +668,7 @@ public static class Parser
if (name.Value == "string")
{
return new NubArrayType(NubPrimitiveType.U8);
return new NubStringType();
}
if (name.Value == "cstring")