antlr-haskell-0.1.0.0: A Haskell implementation of the ANTLR top-down parser generator

Copyright(c) Karl Cronburg 2018
LicenseBSD3
Maintainerkarl@cs.tufts.edu
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

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

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.