Refactor Parsers and Parser States
Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
This commit is contained in:
@@ -24,7 +24,8 @@ extension KeysetExpression: EvaluatableExpression {
|
||||
}
|
||||
|
||||
public func type() -> any Common.P4Type {
|
||||
return P4ParserState.create()
|
||||
// TODO
|
||||
return reject
|
||||
}
|
||||
}
|
||||
|
||||
@@ -45,8 +46,9 @@ extension SelectExpression: EvaluatableExpression {
|
||||
}
|
||||
}
|
||||
|
||||
// TODO
|
||||
public func type() -> any Common.P4Type {
|
||||
return P4ParserState.create()
|
||||
return reject
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user