1
1
mirror of https://github.com/wader/fq.git synced 2024-12-24 13:52:02 +03:00
fq/pkg
Mattias Wadman f66f115e11 interp: Make _finally handle null, call fin once and last
null value from f did not call fin.
fin was not always called last
Now fin is onyl called once

Might be cause of some weird repl bugs.
2022-02-24 18:39:03 +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 interp: Add paste function to allow pasting text into REPL etc 2022-02-11 17:59:06 +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: Make _finally handle null, call fin once and last 2022-02-24 18:39:03 +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