Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/denoland/monch

Inspired by nom, but specifically for strings.
https://github.com/denoland/monch

Last synced: 27 days ago
JSON representation

Inspired by nom, but specifically for strings.

Awesome Lists containing this project

README

        

# monch

[![](https://img.shields.io/crates/v/monch.svg)](https://crates.io/crates/monch)

![Deno dinosaur eating leaves.](monch.apng)

Inspired by [nom](https://crates.io/crates/nom), but specifically for strings and with some additional combinators we use in Deno.

See an example of use in [deno_task_shell](https://github.com/denoland/deno_task_shell).