6 ms·
I'm doing a project with tree sitter right now Any tips for keeping the grammar sizes under control? I'm distributing a CLI tool that needs to support several
by zero_shift 8mo ago
I'm doing a project with tree sitter right now
Any tips for keeping the grammar sizes under control? I'm distributing a CLI tool that needs to support several languages, and I can see the grammars gradually bloating the binary size
I could build some clever thing where language packs are opt-in and distributed as WASM, maybe. But that could be complex