Skip to content

v0.0.3

Compare
Choose a tag to compare
@giannitedesco giannitedesco released this 21 Dec 02:42
· 23 commits to main since this release

First cut of multiplexed files support, where you can read/write structs of different types to and from the same file. A discriminator field and record length is prepended to each record.

Fields whose names begin with underscore are now considered hidden/reserved fields. They can be use to add padding and force specific alignments.

Improve the error messages in the tokenization stage.

Numerous improvements to the C and python code. Added support for new types: bytearray, stringlist, intstack.