1
1
mirror of https://github.com/wader/fq.git synced 2024-12-23 13:22:58 +03:00
fq/pkg
Mattias Wadman dff7e7dadb interp: Cleanup binary regexp overloading and add explode
Add explode for binary that explode into an array of the binary unit tobits
Remove scan_toend as it feels a bit weird and one can use tobytes | .[match(...):] instead
Some general cleanup also
2022-03-09 20:17:12 +01:00
..
bitio bitio,doc: Even more cleanup 2022-02-09 01:35:47 +01:00
checksum crc: Unbreak build on 32-bit arch 2021-12-25 15:47:54 +01:00
cli test: Make expect cli test more robust 2022-03-07 16:22:41 +01:00
decode decode: Some cleanup 2022-02-17 00:25:24 +01:00
fqtest interp: Add Platform() method to OS interface 2022-01-29 11:31:36 +01:00
interp interp: Cleanup binary regexp overloading and add explode 2022-03-09 20:17:12 +01:00
ranges decode,interp: Refactor to allow decode/fillgap a range 2021-10-19 14:38:11 +02:00
registry registry: Move to pkg/registry, feels better 2021-11-18 01:22:21 +01:00
scalar doc: Add inital decoder API documentation 2022-02-12 16:13:29 +01:00