Files
gp4/tree-sitter-p4/test.txt
T
Will Hawkins cfe78a9b29 Semicolon Cleanup
1. Semicolons were required in the wrong spot.
2. Make semicolons "invisible" (from the tree-sitter perspective).

Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
2026-02-27 08:23:27 -05:00

8 lines
171 B
Plaintext

parser main_parser() {
state start {
bool where_to = true;
string where_from = where_to;
transition reject;
}
};