MiSawa / xq

Pure rust implementation of jq
MIT License
318 stars 18 forks source link

Split lang module into a member crate for faster compile #80

Closed MiSawa closed 2 years ago

MiSawa commented 2 years ago

lang/jq.lalrpop is expanded to 150K line of code, and slowing down build I believe. Splitting it into a member module hopefully resolves the issue (although it's for dev only).