This commit is contained in:
nub31
2025-06-26 11:50:37 +02:00
parent e78dddb151
commit 5515c4aed3
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")