The Grempa package
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.
Properties
| Versions | 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.2.0, 0.2.1, 0.2.2 |
|---|---|
| Dependencies | array (≥0.3), base (≥4.2 & <5), containers (≥0.3), mtl (≥2), template-haskell (≥2.4), th-lift (≥0.5) |
| License | BSD3 |
| Copyright | (c) 2011 Olle Fredriksson |
| Author | Olle Fredriksson |
| Maintainer | fredriksson.olle@gmail.com |
| Stability | Experimental |
| Category | Parsing |
| Upload date | Thu Feb 7 21:14:50 UTC 2013 |
| Uploaded by | OlleFredriksson |
| Built on | ghc-7.6 |
Modules
Downloads
- Grempa-0.2.2.tar.gz (Cabal source package)
- package description (included in the package)