node-abnf

Augmented Backus-Naur Form (ABNF) parsing for node.js. See RFC 5234.

APACHE-2.0 License

Downloads
898
Stars
25
Committers
2
node-abnf - Pest support Latest Release

Published by hildjj about 2 months ago

Added support for Pest output in abnf_gen.
#18 fixed main lib extension for API use.

node-abnf - Pest support

Published by hildjj about 2 months ago

Added support for Pest output in abnf_gen

node-abnf - Install all scripts

Published by hildjj 6 months ago

Install all of the provided scripts.

node-abnf -

Published by hildjj 6 months ago

  • BREAKING: minimum node version now v18
  • Add missing location information (thanks @dontcallmedom)
  • Fixed #10, detecting an extension to an unknown rule
  • Update dependencies, including Peggy 4.0.2
  • Move to pnpm
  • Removed semver overrides, left over from security bug fix
  • Removed build products from examples
  • Special case for %xE000 - %x10FFFF since it happens frequently.
node-abnf - Update dependencies

Published by hildjj over 1 year ago

Update all dependencies.
Breaking: now requires node v16+

node-abnf - Add Peggy support

Published by hildjj over 1 year ago

You can now generate Peggy grammars from an ABNF file.