tree-sitter-tiger/src
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
..
tree_sitter Bootstrap tree-sitter parser architecture 2022-06-01 16:39:18 +02:00
grammar.json Add support for nested comments 2022-06-02 22:20:37 +02:00
node-types.json Add comments 2022-06-02 17:07:30 +02:00
parser.c Add support for nested comments 2022-06-02 22:20:37 +02:00
scanner.c Add support for nested comments 2022-06-02 22:20:37 +02:00