Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

hackage.haskell.org : Grempa

A library for expressing programming language grammars in a form similar to BNF, which is extended with the semantic actions to take when a production has been parsed. The grammars are typed and are to be be used with the LALR(1) parser generator, also part of the library, which can generate a parser for the language either at compile time using Template Haskell, producing fast parsers with no initial runtime overhead, or dynamically, which has the initial overhead of generating the parser, but can be used for example when the grammar depends on an input.

Registry - JSON
purl: pkg:hackage/Grempa
Keywords: bsd3, library, parsing
License: BSD-3-Clause
Latest release: over 11 years ago
First release: over 13 years ago
Dependent repositories: 1
Downloads: 6,400 total
Last synced: 13 days ago

    Loading...
    Readme
    Loading...