parser combinators utilities
npm install pcombSTATUS : EXPERIMENTAL
A set of parser combinators
Using npm
``sh`
npm install --save pcomb
or using yarn
`sh`
yarn add pcomb
The examples folder contains sample implementations of different parsers. To run the examples install the parcel bundler using
`sh`
npm install -g parcel-bundler
--or
yarn global add parcel-bundler
Then from the root of the repository run
`sh``
parcel examples/index.html