grammar: Make apply statements have block bodies
Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
This commit is contained in:
@@ -15,12 +15,10 @@ control T() {
|
||||
(parameters)
|
||||
(apply_statement
|
||||
(apply)
|
||||
(statement
|
||||
(blockStatement
|
||||
(statements
|
||||
(statement
|
||||
(exit_statement)
|
||||
)
|
||||
(blockStatement
|
||||
(statements
|
||||
(statement
|
||||
(exit_statement)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user