tree-sitter/spec/runtime/languages
Max Brunsfeld ed11ef557a Fix expansion of repeat rules into recursive rules
Previously, the way repeat rules were expanded, the auxiliary
rule always needed to be reduced, even if the repeating content
was empty. This caused problems in parse states where some items
contained the repeat rule and some did not. To make those cases
work, the repeat rule had to explicitly be marked as optional.
With this change, that is no longer necessary.
2014-09-07 09:39:14 -07:00
..
arithmetic Revert "Remove the separator characters construct" 2014-09-02 08:03:51 -07:00
golang Trim trailing whitespace 2014-06-16 21:33:35 -07:00
javascript Fix expansion of repeat rules into recursive rules 2014-09-07 09:39:14 -07:00
json Revert "Remove the separator characters construct" 2014-09-02 08:03:51 -07:00
language_specs.cc Allow multiple top-level nodes 2014-08-09 00:00:20 -07:00