Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/utkarshkukreti/parco
A hyper-optimized 1kb library to build fully type-safe parsers in TypeScript.
https://github.com/utkarshkukreti/parco
combinator ll parse parsec parser parser-combinator parsing regex regexp string typesafe typescript
Last synced: 20 days ago
JSON representation
A hyper-optimized 1kb library to build fully type-safe parsers in TypeScript.
- Host: GitHub
- URL: https://github.com/utkarshkukreti/parco
- Owner: utkarshkukreti
- Created: 2021-01-16T10:04:07.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-26T07:48:42.000Z (about 3 years ago)
- Last Synced: 2023-11-20T09:17:40.800Z (12 months ago)
- Topics: combinator, ll, parse, parsec, parser, parser-combinator, parsing, regex, regexp, string, typesafe, typescript
- Language: TypeScript
- Homepage:
- Size: 545 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# parco
A hyper-optimized 1kb library to build fully type-safe parsers in TypeScript.
[![Version](https://img.shields.io/npm/v/parco?style=for-the-badge)](https://www.npmjs.com/package/parco)
[![Downloads](https://img.shields.io/npm/dt/parco?style=for-the-badge)](https://www.npmjs.com/package/parco)
[![License](https://img.shields.io/npm/l/parco?style=for-the-badge)](https://www.npmjs.com/package/parco)
[![npm package minimized gzipped size](https://img.shields.io/bundlejs/size/parco?style=for-the-badge)](https://bundlejs.com/?q=parco)Examples: [Arithmetic](./examples/arithmetic.ts) | [JSON](./examples/json.ts) | [LISP](./examples/lisp.ts)
Also: [Tests](./tests/index.test.ts)