2.7.0 • Published 4 years ago

pcomb v2.7.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

STATUS : EXPERIMENTAL

pcomb

A set of parser combinators

Installation

Using npm

npm install --save pcomb

or using yarn

yarn add pcomb

Usage 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-bundler

Then from the root of the repository run

parcel examples/index.html
2.7.0

4 years ago

2.6.0

4 years ago

2.5.0

4 years ago

2.4.0

4 years ago

2.3.0

5 years ago

2.2.0

5 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.0.0-alpha.1

5 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago