An open API service indexing awesome lists of open source software.

https://github.com/jinjor/typed-parser

A parser library for TypeScript
https://github.com/jinjor/typed-parser

parser-combinators

Last synced: 11 months ago
JSON representation

A parser library for TypeScript

Awesome Lists containing this project

README

          

# Typed Parser

[![Build Status](https://travis-ci.org/jinjor/typed-parser.svg)](https://travis-ci.org/jinjor/typed-parser)

A parser library for TypeScript, inspired by elm/parser and Parsec(Haskell).

```shell
$ npm i typed-parser
```

## Usage

- [API](https://jinjor.github.io/typed-parser/)
- [Example](https://github.com/jinjor/typed-parser/blob/master/test/example.ts)

## LICENSE

MIT