parsecco is a parser combinator library


Keywords
parser, combinator, typescript, parser-combinators
License
BSD-2-Clause
Install
npm install parsecco@1.5.2

Documentation

pants

Pants is a parser combinator library for Typescript.

documentation

Typedoc documentation can be found here

TypeScript and TypeDoc versions

Pants is developed and tested with TypeScript 3.5.1 and TypeDoc 0.14.2. To make sure that your system is up to date, run

$ npm install -g npm@latest
$ npm install -g typescript@latest
$ npm install -g typedoc@latest

installing dependencies and building

We supply a Makefile with Pants to make working with this library easy. To build, run:

$ make

in the Pants repository directory.

running tests

Run:

$ make test