Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)