MiSawa / xq

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

Implement more math filters #181

Closed itchyny closed 6 months ago

itchyny commented 6 months ago

This PR implements more math filters to improve jq compatibility. This is not still complete, but covers most of the math filters achieved without extra dependencies.

MiSawa commented 6 months ago

Awesome, thank you!