tree-sitter-tiger/test/corpus
Bruno BELANYI 50a0eaa071 Add support for nested comments
Unfortunately, the 'extras' array expects single tokens only, so one
can't really use a recursive parsing rule to express nesting comments...
2022-06-02 22:20:37 +02:00
..
arithmetic.txt Add tests for sequence expressions 2022-06-02 17:07:30 +02:00
comments.txt Add support for nested comments 2022-06-02 22:20:37 +02:00
control_flow.txt Add break expressions 2022-06-02 17:07:30 +02:00
declarations.txt Add return type to function declarations 2022-06-02 17:07:30 +02:00
expressions.txt Add assignment expressions 2022-06-02 17:07:30 +02:00
identifiers.txt Add lvalue expressions 2022-06-02 17:07:30 +02:00
let_expressions.txt Add let expressions 2022-06-02 17:07:30 +02:00
literals.txt Use explicit 'nil_literal' rule 2022-06-02 17:07:30 +02:00
lvalues.txt Add lvalue expressions 2022-06-02 17:07:30 +02:00