FICHA · MANJARO

haskell-incremental-parser

Generic parser library capable of providing partial results from partial input.

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

Description

Provides a generic incremental parser library that can return partial results from partial input. This is useful when data arrives over time, such as from streams, network connections, editors, or large files.

Developers use it when a Haskell parser should keep useful state instead of waiting for all input at once. It is a code library and not a standalone parsing application.

Permissions

Permissions not analysed for this source yet.