cfe78a9b29
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>
17 lines
183 B
Plaintext
17 lines
183 B
Plaintext
=========================
|
|
Simple Instantiation
|
|
=========================
|
|
bool() main;
|
|
---
|
|
(p4program
|
|
(instantiation
|
|
(typeRef
|
|
(baseType
|
|
(bool)
|
|
)
|
|
)
|
|
(identifier)
|
|
)
|
|
)
|
|
|