improve makefile, add morphisms for 8bit sized length-prefix array & add test for posint radix conversion

This commit is contained in:
Michael Sippel 2025-01-28 23:53:48 +01:00
parent 06227a2731
commit 475d6d43ba
Signed by: senvas
GPG key ID: F96CF119C34B64A6
8 changed files with 288 additions and 46 deletions

View file

@ -0,0 +1,9 @@
morph_string_as_nullterm_to_length_prefix ()
[~<ValueDelim '\0'> Char ~ Ascii]
--> [~<LengthPrefix x86.UInt64> Char ~ Ascii]
@lib/array.so:src/array.c
morph_string_as_length_prefix_to_nullterm ()
[~<LengthPrefix x86.UInt64> Char ~ Ascii]
--> [~<ValueDelim '\0'> Char ~ Ascii]
@lib/array.so:src/array.c