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.Syntax

Description

 
Synopsis

Documentation

trace :: [Char] -> a -> a Source #

Debugging support

readEscape :: String -> Char Source #

Parse an escape characters allowable in G4:

stripQuotesReadEscape :: String -> String Source #

Parse a literal String by stripping the quotes at the beginning and end of the String, and replacing all escaped characters with the actual escape character code.