tree-sitter-grammars / tree-sitter-hare

Hare grammar for tree-sitter
MIT License
10 stars 2 forks source link

fix: inline anonymous "@packed" node #6

Closed clason closed 2 months ago

clason commented 2 months ago

Problem: The "trick" of wrapping an anonymous node into a single choice or seq no longer works as of https://github.com/tree-sitter/tree-sitter/pull/2577

Solution: Inline "@packed" node at its only use site.

@amaanq