binary-parser
binary-parser copied to clipboard
Added the possibility of reading little endian bits
This is a really simple change, but looks like it works fine both for BE and LE. Honestly, I do not have time currently to thoroughly study all the cases and possibilities but, logically, it should not break anything.
const myParser = new Parser()
.bitle1("data1")
.bitle1("data2")
I don't understand what purpose this API is supposed to be used for. Could you give some use case @alansikora?