binary-parser icon indicating copy to clipboard operation
binary-parser copied to clipboard

Added the possibility of reading little endian bits

Open alansikora opened this issue 7 years ago • 1 comments

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")

alansikora avatar Sep 27 '18 15:09 alansikora

I don't understand what purpose this API is supposed to be used for. Could you give some use case @alansikora?

yuhr avatar Mar 22 '21 15:03 yuhr