#flat #parser #iterator #integer-value

bin+lib list_flattener

Parses and flattens lists of integer values

4 releases (2 breaking)

0.3.0 Feb 26, 2020
0.2.0 Feb 26, 2020
0.1.1 Feb 9, 2020
0.1.0 Feb 9, 2020

#25 in #integer-value

Apache-2.0/MIT/BSL-1.0/CC0-1.0

10KB
252 lines

list_flattener

Parses and flattens lists of integer values:

[[[[[[ 0x6 ]]], [[[[[ 0x500 ]]]]], 42_42]]] -> [6, 0x500, 4242]

Fuzzing

If you found a crash with make fuzz you can verify it with this command:

echo "[[42]" | make run

Dependencies

~110–640KB