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
+5 -3
View File
@@ -49,9 +49,11 @@ control simple() {
)
)
)
(apply)
(statement
(blockStatement)
(apply_statement
(apply)
(statement
(blockStatement)
)
)
)
)