Safe Haskell | None |
---|---|
Language | Haskell2010 |
Front.Parser
Description
Parser for sslang token stream.
To check for shiftreduce and reducereduce conflicts, generate parser manually:
happy -i Parser.y -o /dev/null
Then check Parser.info
.
Synopsis
- parseProgram :: String -> Pass Program