jneen/parsimmon
A monadic LL(infinity) parser combinator library for javascript observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5036
- days_rel: n/a
- days_push: 1237
- n_releases_24m: 0
Adoption not part of the score
1273 stars · 128 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Parsimmon is a small monadic LL(infinity) parser combinator library for JavaScript, inspired by parsec and Promises/A+. It lets you build large parsers from many small composable parsers, running in Node.js and browsers (IE7+).
Use cases
- write a parser for a custom DSL in javascript
- parse JSON-like configuration files in node
- build a lisp or math expression parser
- parse custom text formats with combinators
- implement a small programming language parser in the browser
- tokenize and parse structured text without regex soup
When to choose
- you want a lightweight, dependency-free parser combinator library in JavaScript
- you need to parse small custom languages or formats in Node or the browser
- you prefer a parsec-style monadic API over grammar-generator tools
When to avoid
- you need an actively maintained library with ongoing bug fixes (the project is explicitly unmaintained)
- you need maximum parsing performance for large grammars
- you want a grammar-file-based parser generator like ANTLR or PEG.js
Facets
library · maturity abandoned
parser parsers programming-languages developer-tools browser cross-platform parser-combinators monadic javascript unmaintained nodejs
2 sources
- readme: https://github.com/jneen/parsimmon · fetched 2026-08-28 · 8ecae90a87f1
- registry_npm: https://registry.npmjs.org/parsimmon · fetched 2026-08-29 · 63c88e301352
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jneen/parsimmon | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem