This commit is contained in:
nub31
2025-09-20 18:17:40 +02:00
parent 4533f69683
commit 6c56404f1c
10 changed files with 292 additions and 85 deletions

View File

@@ -42,6 +42,11 @@ public class ModuleRepository
module.RegisterStruct(structDef.Exported, structDef.Name, fields, functions);
break;
}
case StructTemplateSyntax structDef:
{
// todo(nub31): Include templates in modules
break;
}
default:
{
throw new ArgumentOutOfRangeException(nameof(definition));