2.7.0 • Published 6 years ago
pcomb v2.7.0
STATUS : EXPERIMENTAL
pcomb
A set of parser combinators
Installation
Using npm
npm install --save pcombor using yarn
yarn add pcombUsage and Examples
The examples folder contains sample implementations of different parsers. To run the examples install the parcel bundler using
npm install -g parcel-bundler
--or
yarn global add parcel-bundlerThen from the root of the repository run
parcel examples/index.html