yelouafi / pcomb

A set of parser combinators

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A set of parser combinators

License:MIT License


Languages

Language:TypeScript 94.2%Language:JavaScript 5.8%