Files
gp4/tree-sitter-p4/test.txt
T
Will Hawkins 6dba17c97a Refactor Parsing -> Compiling
Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
2026-03-02 08:25:29 -05:00

10 lines
110 B
Plaintext

parser simple() {
state start {
bool x = true;
int y = 0;
y = 1;
transition accept;
}
};