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>
This commit is contained in:
@@ -132,7 +132,7 @@ import TreeSitterP4
|
||||
if (x) {
|
||||
x = false;
|
||||
check = "valid";
|
||||
};
|
||||
}
|
||||
transition select (x) {
|
||||
false: reject;
|
||||
true: accept;
|
||||
@@ -167,7 +167,7 @@ import TreeSitterP4
|
||||
} else {
|
||||
x = true;
|
||||
check = "b";
|
||||
};
|
||||
}
|
||||
transition select (x) {
|
||||
false: reject;
|
||||
true: accept;
|
||||
|
||||
Reference in New Issue
Block a user