FICHA · MANJARO

python-speg

A PEG-based parser interpreter with memoization

  • Library
  • Dev
  • Dependency only
official+codex · reviewed · May 28, 2026 description in en

Description

Interprets PEG-based grammars with memoization so Python projects can parse structured text more predictably. It is useful for small languages, configuration formats, and tools that need grammar-driven parsing.

Developers use it as a parser library. Parsing untrusted input still needs limits and clear error handling, because complex inputs can consume time or memory if grammar design is careless.

Permissions

Permissions not analysed for this source yet.