| Copyright | (c) Karl Cronburg 2018 |
|---|---|
| License | BSD3 |
| Maintainer | karl@cs.tufts.edu |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | None |
| Language | Haskell2010 |
Language.ANTLR4.G4
Description
Until better haddock integration is developed, you'll need to look at the source for this module to see the G4 grammar for G4.
Synopsis
- g4 :: QuasiQuoter
Documentation
g4 :: QuasiQuoter Source #
Entrypoint to the G4 quasiquoer. Currently only supports declaration-level Haskell generation of G4 grammars using a GLR parser. The output grammars need not use a GLR parser themselves.