Start Rewrite
Continuous Integration / Grammar Tests (push) Successful in 3m54s
Continuous Integration / Library Format Tests (push) Failing after 4m49s
Continuous Integration / Library Tests (push) Successful in 7m40s

Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
This commit is contained in:
Will Hawkins
2026-06-12 06:24:53 -04:00
parent 6908d9a91d
commit b9ff228362
73 changed files with 1779 additions and 11477 deletions
+2 -2
View File
@@ -448,8 +448,8 @@ public enum DeriveCompilableStatement: MemberMacro {
let implementation = DeclSyntax(
"""
public static func CompileStatement(
node: Node, withContext context: CompilerContext
) -> Result<P4Statement> {
node: Node, withContext context: ASTCompilerContext
) -> Result<AST.AnStatement> {
return switch Compile(node: node, withContext: context) {
case .Ok(let res): .Ok(res)
case .Error(let e): .Error(e)