| Copyright | (c) Karl Cronburg 2018 |
|---|---|
| License | BSD3 |
| Maintainer | karl@cs.tufts.edu |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | None |
| Language | Haskell2010 |
Language.ANTLR4.Syntax
Description
Synopsis
- trace :: [Char] -> a -> a
- readEscape :: String -> Char
- stripQuotesReadEscape :: String -> String
Documentation
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.