tree-sitter-perga/test/corpus/op_section.txt
2024-12-10 23:39:53 -08:00

22 lines
406 B
Text

=================
Operator Sections
=================
def foo := (+) one two;
---
(program
(definition
(identifier)
(expr
(app_term
(binex
(app
(term
(op_section
(symbol)))
(term
(identifier))
(term
(identifier))))))))