1
1
mirror of https://github.com/wader/fq.git synced 2024-10-07 00:48:44 +03:00
fq/.gitattributes
Mattias Wadman 0a043f9096 repl,interp: Refactor repl and slurp
Now repl, slurp and help implemented using same query rewrite.
Include filename context in error if possible.
Add spew function that does opposite of slurp.
Start of help infra, not done or documented yet.
Show error pointer on parse error.
Rename internal eval to _eval and make eval be wrapper that
does rewrite and has various eror handling etc.
Nicer repl, slupr and help errors.
2022-03-01 18:31:00 +01:00

5 lines
124 B
Plaintext

# for windows: fqtest, jq and json uses \n and uses it in output so must be exact
*.fqtest eol=lf
*.json eol=lf
*.jq eol=lf