Copyright | (c) Henrique Ferreiro García 2008 (c) David Castro Pérez 2008 |
---|---|
License | BSD-style (see the file LICENSE) |
Maintainer | Alex Kropivny <alex.kropivny@gmail.com> |
Stability | experimental |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell98 |
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