tree-sitter-ruby
tree-sitter-ruby copied to clipboard
Ruby parser.c size
The Ruby parser seems to generally work well, and if it takes an oversized parse table to drive it, then okay. However, doing git clone of the Tree sitter repo, especially on CI/CD environments, seems to take an unfair amount of time. One way this could be mitigated by compressing parser.c. Any thoughts?