Portability | portable |
---|---|
Stability | experimental |
Maintainer | Henrique Ferreiro Garca <[email protected]> David Castro Prez <[email protected]> |
Language.CoreErlang.Parser
Description
CoreErlang parser. http://www.it.uu.se/research/group/hipe/cerl/
- parseModule :: String -> Either ParseError (Ann Module)
- data ParseError
Documentation
parseModule :: String -> Either ParseError (Ann Module)Source
Parse of a string, which should contain a complete CoreErlang module
data ParseError
Instances