tree-sitter-tiger/test/corpus/regressions.txt

17 lines
430 B
Plaintext
Raw Normal View History

================================================================================
Assignment precedence
================================================================================
a := b | c
--------------------------------------------------------------------------------
(source_file
(assignment_expression
(identifier)
(operator)
(binary_expression
(identifier)
(operator)
(identifier))))