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
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
~105–680KB