Completely Refactor Execution

Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
This commit is contained in:
Will Hawkins
2026-03-06 21:40:19 -05:00
parent f96350f89d
commit eff19df968
15 changed files with 418 additions and 351 deletions
-1
View File
@@ -33,7 +33,6 @@ public protocol EvaluatableStatement {
}
public protocol P4Type: CustomStringConvertible {
static func create() -> any P4Type
func eq(rhs: any P4Type) -> Bool
}