@hackage Grempa0.2.2
Embedded grammar DSL and LALR parser generator
Installation
Dependencies (7)
- array >=0.3
- base >=4.2 && <5
- containers >=0.3
- mtl >=2
- template-haskell >=2.4
- QuickCheck >=2.4 Show all…
Dependents (1)
@hackage/acme-everything
Package Flags
test
(on by default)
Build the module for generating random inputs and the expected output for your grammars. Default: False
Grempa Embedded grammar DSL and LALR parser generator Author: Olle Fredriksson
-
Building
Use Cabal. Example:
cabal configure cabal build cabal install
-
Documentation
To generate the documentation for the different modules, use Cabal.
cabal configure cabal haddock
Also refer to the examples.
-
Examples
The examples directory contains examples of varying complexity which can be used as an introduction to the usage of the library.
The examples are numbered, which serves as a suggested reading order.
-
Testing
To also compile the module for generating random inputs and their expected outputs for your grammar, and testing a generated parser against that, use the test flag. Example:
cabal configure -ftest cabal build cabal install
-
Bugs
If you find a bug, please send a bug report to fredriksson.olle@gmail.com.
-
License
Refer to the file LICENSE in this directory.