compiler: Refactor Language Element Tags

Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
This commit is contained in:
Will Hawkins
2026-06-15 21:16:52 -04:00
parent d7022725ed
commit d22776b018
10 changed files with 207 additions and 228 deletions
+1 -1
View File
@@ -449,7 +449,7 @@ public enum DeriveParsableStatement: MemberMacro {
"""
public static func ParseStatement(
node: Node, withContext context: CSTCompilerContext
) -> Result<CST.Statement> {
) -> Result<CST.Categories.Statement> {
return switch Parse(node: node, withContext: context) {
case .Ok(let res): .Ok(res)
case .Error(let e): .Error(e)