Add Instantations to Grammar

Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
This commit is contained in:
Will Hawkins
2026-02-06 07:45:29 -05:00
parent 285ba829cb
commit bc700509c1
7 changed files with 40 additions and 13 deletions
+7
View File
@@ -0,0 +1,7 @@
parser simple() {
state start {
bool l;
transition accept;
}
}