tree-sitter-perga/test/corpus/op_section.txt

23 lines
406 B
Text
Raw Normal View History

2024-12-10 23:39:53 -08:00
=================
Operator Sections
=================
def foo := (+) one two;
---
(program
(definition
(identifier)
(expr
(app_term
(binex
(app
(term
(op_section
(symbol)))
(term
(identifier))
(term
(identifier))))))))