add trait checking

This commit is contained in:
2025-08-19 21:54:06 -06:00
parent d370fb44a2
commit 90381840af
6 changed files with 109 additions and 14 deletions

View File

@@ -98,7 +98,7 @@ semantics.addOperation<any>("toAST", {
type: { typeUsage: "NamedTypeUsage", name: identifier.toAST() },
};
},
Identifier(_1, _2): Identifier {
identifier(_1, _2): Identifier {
return {
name: this.sourceString,
spanStart: this.source.startIdx,