MiSawa / xq

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

Improve lexer to support comments in query #88

Closed itchyny closed 2 years ago

itchyny commented 2 years ago

This PR improves the lexer to allow query with comments; jq -n ". # comment".

MiSawa commented 2 years ago

Woow, didn't know comments are the thing! Thank you!