This commit is contained in:
nub31
2025-09-20 18:17:40 +02:00
parent 7e8ca4171d
commit def567ce4b
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));