eek-whales
a collection of JS/TS modules for functional programming
a collection of JS/TS modules for functional programming
A lightweight and functional-style library that provides robust abstractions for handling optional values and handling operations that can either succeed or fail. By making states explicit, it encourages precise and deliberate management of application lo
This is a toy parser combinator system based off of the Racket GLL parser library described in [this article](https://epsil.github.io/gll/).
Flocked is bringing combinators and combinatory logic to typescript
easier than regex string matching patterns for urls and other strings. turn strings into data or data into strings.
This library is a proof of concept and is not intended for production use. It aims to align an HKT implementation with runtime code. It implements a simple parser combinator library. You can use it to implement a typesafe JSON parser or GraphQL query pars
A set of functions to build and compose complex regular expressions
Combinatory Logic: Finding and Evaluating Combinators
A parser combinator for high-order language building
Minimalistic yet feature-rich IO decoding and encoding
An easy to use parser combinator library.
A combinator parser in Typescript inspired by Parsec
general parser like YACC
A library of parser combinators, with which you can create your own parsers. The library will be continuously improved in time.
Pattern match by combining simpler patterns
Yet another parser combinator library for javascript. This one support state.
Parser combinators JavaScript implementation
parsecco is a parser combinator library
Parser combinator library for TypeScript
parser combinator library, produces recursive descent PEG parser. returns an abstract syntax tree as return value. Usable from both nodejs and browser