JSPM

parser-factory

1.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5403
  • Score
    100M100P100Q116797F
  • License MIT

Helps you construct a custom string parser, for times when you need something more procedural than regex.

Package Exports

  • parser-factory

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (parser-factory) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

parser-factory

Helps you construct a custom string parser, for times when you need something more procedural than regex.

Installation

Requires Node.js 8.3.0 or above.

npm i parser-factory

Example

To see this module in action, check out the conscript module.