Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/denoland/monch
- Owner: denoland
- License: mit
- Created: 2022-08-30T19:21:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-18T14:46:17.000Z (10 months ago)
- Last Synced: 2024-09-30T17:45:02.200Z (about 1 month ago)
- Language: Rust
- Homepage:
- Size: 411 KB
- Stars: 77
- Watchers: 17
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).