grammar: Refactor apply Grammar

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