bitsyntax-js
bitsyntax-js copied to clipboard
Binary data pattern matching
This PR fixes https://github.com/amqp-node/amqplib/issues/453 I had to downgrade to [email protected] as [email protected] generates a broken parser. pegjs has also been abandoned, but the replacement (peggy) appears to have [the same...
Thank for You library! I just can’t understand if it is possible to pull out the data by bit.. For example, extract from buffer [0b1110000, 0b00001111] every 4 bits separately?...
I'll update and create a PR `➜ bitsyntax-js git:(master) ✗ npm outdated Package Current Wanted Latest Location debug 2.6.9 2.6.9 4.1.1 bitsyntax mocha 1.21.5 1.21.5 6.1.4 bitsyntax pegjs 0.7.0 0.7.0...
Closes #11
New type specifier: 'string' with padding options: left, right, char: zero or space Bug fixing to work with pegjs 0.8.x
Bumps [diff](https://github.com/kpdecker/jsdiff) to 5.0.0 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `diff` from 1.0.8 to 5.0.0 Changelog Sourced from diff's changelog. v5.0.0 Breaking: UMD...
Removes [growl](https://github.com/tj/node-growl). It's no longer used after updating ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Removes `growl` Updates `mocha` from 1.21.5 to 10.2.0 Release notes Sourced from...