Files
gp4/tree-sitter-p4/test.txt
T
Will Hawkins bc700509c1 Add Instantations to Grammar
Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
2026-02-06 07:45:29 -05:00

8 lines
76 B
Plaintext

parser simple() {
state start {
bool l;
transition accept;
}
}