Ross ROSS = Recommend OSS · open-source software intelligence for agents

zesterer/chumsky

[Chumsky has moved to Codeberg!] Write expressive, high-performance parsers with ease. observed · 2026-08-28

github.com/zesterer/chumsky · homepage · Rust · MIT (permissive) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 74
  • Release rhythm 8
  • Longevity 100

Flags: archived

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: 1880
  • days_rel: 529
  • days_push: 160
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

4540 stars · 212 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Chumsky is a Rust parser-combinator library for writing expressive, high-performance parsers with rich error diagnostics and recovery. It supports context-free grammars, zero-copy parsing, Pratt expression parsing, and no_std environments.

Use cases

  • write a parser for a programming language compiler
  • parse configuration files in Rust
  • parse binary protocols at the networking layer
  • build a lexer and parser for a DSL
  • parse expressions with operator precedence
  • validate complex input with friendly error messages
  • generate railroad diagrams for a grammar

When to choose

  • you're writing a compiler or interpreter frontend in Rust
  • you need expressive combinators with good error recovery and diagnostics
  • you want zero-copy parsing or no_std/embedded support
  • you need Pratt parsing or left recursion support

When to avoid

  • you need maximum parsing speed above all else (hand-written or LALR parsers may be faster)
  • you're not using Rust
  • you want a grammar-file-based parser generator rather than combinators in code

Facets

library · maturity active

parser developer-tools parsers programming-languages developer-tools rust cross-platform embedded parser-combinators peg recursive-descent error-recovery zero-copy no-std pratt-parsing lexer

1 source

Member repositories

RepositoryRoleHealth v2
zesterer/chumskymain10

For agents

markdown · JSON · MCP: product_card(name="zesterer/chumsky")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem