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
- Host: GitHub
- URL: https://github.com/jinjor/typed-parser
- Owner: jinjor
- License: mit
- Created: 2019-07-26T09:24:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T18:18:44.000Z (over 3 years ago)
- Last Synced: 2025-06-29T06:47:48.934Z (12 months ago)
- Topics: parser-combinators
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/typed-parser
- Size: 251 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Typed Parser
[](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