grammar: Add apply to control declaration
Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
This commit is contained in:
@@ -9,6 +9,8 @@ control simple() {
|
||||
x: exact;
|
||||
}
|
||||
}
|
||||
apply {
|
||||
}
|
||||
};
|
||||
|
||||
---
|
||||
@@ -47,6 +49,10 @@ control simple() {
|
||||
)
|
||||
)
|
||||
)
|
||||
(apply)
|
||||
(statement
|
||||
(blockStatement)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user