Files
gp4/tree-sitter-p4/test/corpus/instantiations.txt
T
Will Hawkins bc700509c1 Add Instantations to Grammar
Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
2026-02-06 07:45:29 -05:00

18 lines
196 B
Plaintext

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