grammar: Make apply statements have block bodies

Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
This commit is contained in:
Will Hawkins
2026-04-20 03:25:07 -04:00
parent 95c489ecd7
commit a3a06efdb4
3 changed files with 8 additions and 14 deletions
+4 -6
View File
@@ -15,12 +15,10 @@ control T() {
(parameters)
(apply_statement
(apply)
(statement
(blockStatement
(statements
(statement
(exit_statement)
)
(blockStatement
(statements
(statement
(exit_statement)
)
)
)