MiSawa / xq

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

Support multi-line comment with backslash #175

Closed itchyny closed 7 months ago

itchyny commented 7 months ago

This PR implements Tcl-style comment line continuation. See https://github.com/jqlang/jq/pull/2942, https://github.com/itchyny/gojq/issues/229.

MiSawa commented 7 months ago

Thank you for the series of PRs! All looked good to me. Let me publish after merging all of them :)