This website requires JavaScript.
Explore
Help
Sign In
wader
/
fq
Watch
1
Star
1
Fork
0
You've already forked fq
mirror of
https://github.com/wader/fq.git
synced
2024-11-30 09:58:13 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
5525e9eb8a
fq
/
pkg
/
interp
/
registry_include.jq
5 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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:39:57 +03:00
[ _registry.files[][]
interp: Use RegisterFS instead of format files
2022-07-27 14:20:48 +03:00
| select(.name | endswith(".jq"))
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:39:57 +03:00
| .data
] | join("\n")
Reference in New Issue
Copy Permalink