From the README:

Abelha (Portuguese for “bee”) is a high-performance, lightweight parser combinator library for Zig, inspired by Rust’s nom. Designed for efficiency, composability, and ease of use, Abelha helps you build powerful parsers with minimal effort.

Features

  • Combinator-Based Parsing – Compose small parsers into complex ones seamlessly.
  • Extensible & Ergonomic – Define your own combinators for maximum flexibility.