tree-sitter-ruby icon indicating copy to clipboard operation
tree-sitter-ruby copied to clipboard

Ruby parser.c size

Open bkramer-relyance opened this issue 3 years ago • 0 comments

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?

bkramer-relyance avatar Jul 12 '22 18:07 bkramer-relyance