grammar: Add apply to control declaration

Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
This commit is contained in:
Will Hawkins
2026-04-20 02:27:36 -04:00
parent 6cb28bc873
commit 902dc945fd
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -9,6 +9,8 @@ control simple() {
x: exact;
}
}
apply {
}
};
---
@@ -47,6 +49,10 @@ control simple() {
)
)
)
(apply)
(statement
(blockStatement)
)
)
)
)