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
+2 -6
View File
@@ -24,9 +24,7 @@ control simple() {
(action)
(identifier)
(parameters)
(statement
(blockStatement)
)
(blockStatement)
)
(table_declaration
(table)
@@ -51,9 +49,7 @@ control simple() {
)
(apply_statement
(apply)
(statement
(blockStatement)
)
(blockStatement)
)
)
)