Relax the requirements on the input format
now a input files without spaces are supported E.g. "# comment\n ABCD 1 2\n34B 12\n" are interpreted as {0xAB, 0xCD, 0x01, 0x02, 0x34, 0x0B, 0x12}.
Closes #3 (closed)
Merge request reports
Activity
added Feature-Request label
mentioned in commit 1931091c
Please register or sign in to reply