Files
gp4/tree-sitter-p4/test/corpus/instantiations.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

17 lines
183 B
Plaintext

=========================
Simple Instantiation
=========================
bool() main;
---
(p4program
(instantiation
(typeRef
(baseType
(bool)
)
)
(identifier)
)
)