Initial Support For If Statements

Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
This commit is contained in:
Will Hawkins
2026-02-24 04:38:05 -05:00
parent 3752dd01ab
commit a2335a01ed
9 changed files with 541 additions and 46 deletions
@@ -39,6 +39,7 @@ import TreeSitterP4
let simple_parser_declaration = """
parser main_parser() {
state start {
string g = "Testing";
string where_to = "Testing";
where_to = true;
transition reject;