1
1
mirror of https://github.com/wader/fq.git synced 2024-10-06 16:39:48 +03:00
fq/pkg/cli
Mattias Wadman 1ddea1ada3 interp,format: Refactor registry usage and use function helpers
Move registry to interp and add support for functions and filesystems.
This will be used later for allow formats to add own functions and fq code.

Add gojqextra function helpers to have more comfortable API to add functions.
Takes care of argument type casting and JQValue:s and some more things.

Refactor interp package to use new function helper and registry. Probably
fixes a bunch of JQValue bugs and other type errors.

Refactor out some mpeg nal things to mpeg format.

Refactor interp jq code into display.q and init.jq.

Remove undocumented aes_ctr funciton, was a test. Hopefully will add more crypto things laster.
2022-07-16 19:24:13 +02:00
..
cli.go interp,format: Refactor registry usage and use function helpers 2022-07-16 19:24:13 +02:00
noprofile.go cli: Make profile build optional and move it to cli 2021-09-12 13:08:53 +02:00
profile.go cli: Make profile build optional and move it to cli 2021-09-12 13:08:53 +02:00
test_cli_ctrlc.exp interp,cli: Handle ctrl-c properly 2022-03-15 22:38:12 +01:00
test_cli_ctrld.exp interp,cli: Handle ctrl-c properly 2022-03-15 22:38:12 +01:00
test_exp.sh interp,cli: Handle ctrl-c properly 2022-03-15 22:38:12 +01:00
test_repl.exp interp,cli: Handle ctrl-c properly 2022-03-15 22:38:12 +01:00