MiSawa / xq

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

Fix parsing floating-point numbers #12

Closed itchyny closed 3 years ago

itchyny commented 3 years ago

This PR just flips the order of the parsers for numbers to support floating-point number literals.

MiSawa commented 3 years ago

Oops, thank you!