1
1
mirror of https://github.com/wader/fq.git synced 2024-11-24 11:16:09 +03:00
fq/pkg/interp
Mattias Wadman 1b32b42f93 decode: Major decode API refactor
Generate more code
More generic and comfortable API
Improve and Update format decoder to new API
Add some more format tests
2021-11-15 21:12:07 +01:00
..
testdata decode: Major decode API refactor 2021-11-15 21:12:07 +01:00
args_test.jq repl: completion in jq 2021-09-12 13:08:56 +02:00
args.jq repl: completion in jq 2021-09-12 13:08:56 +02:00
assert.jq test: Less verbose 2021-09-12 13:08:52 +02:00
bufferrange.go interp: Cleanup, use BufferRange for _open, progress for all decode 2021-10-30 01:17:14 +02:00
decorator.go decode: Major decode API refactor 2021-11-15 21:12:07 +01:00
dump.go decode: Major decode API refactor 2021-11-15 21:12:07 +01:00
formats.jq interp: Cleanup, use BufferRange for _open, progress for all decode 2021-10-30 01:17:14 +02:00
fqtest_test.go mod: Use proper path and dont use replace 2021-09-12 13:08:50 +02:00
funcs_test.jq funcs: Make intdiv truncate to int 2021-09-12 13:08:55 +02:00
funcs.go interp,decode: Refactor out Scalar from Value and merge Array/Struct into Compound 2021-11-05 17:29:22 +01:00
funcs.jq decode: Major decode API refactor 2021-11-15 21:12:07 +01:00
grep.jq interp,decode: Refactor out Scalar from Value and merge Array/Struct into Compound 2021-11-05 17:29:22 +01:00
internal.jq interp: Move *CtxWriter to ioextra, some comments cleanup 2021-11-05 17:28:29 +01:00
interp.go decode: Major decode API refactor 2021-11-15 21:12:07 +01:00
interp.jq Change project title 2021-11-01 17:47:36 +01:00
options.jq interp: Eval options in jq instead of calling jq from go 2021-11-01 17:05:36 +01:00
preview.go decode: Major decode API refactor 2021-11-15 21:12:07 +01:00
query_test.jq repl: use map in _query_slurp_wrap 2021-09-12 13:08:55 +02:00
query.jq repl: completion in jq 2021-09-12 13:08:56 +02:00
repl.jq interp: Eval options in jq instead of calling jq from go 2021-11-01 17:05:36 +01:00
testjq.sh make: Move testjq.sh into pkg/interp 2021-11-12 00:23:16 +01:00
value.go interp,decode: Refactor out Scalar from Value and merge Array/Struct into Compound 2021-11-05 17:29:22 +01:00