improve makefile, add morphisms for 8bit sized length-prefix array & add test for posint radix conversion
This commit is contained in:
parent
06227a2731
commit
475d6d43ba
8 changed files with 288 additions and 46 deletions
morphisms
9
morphisms/length_prefix.morphism-base
Normal file
9
morphisms/length_prefix.morphism-base
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue