| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Language.WebIDL.Parser
Documentation
data ParserState Source #
Constructors
| ParserState | |
Constructors
| Tagging | |
Fields
| |
type MyParser = CharParser ParserState Source #
parseIDL :: String -> Either ParseError [Definition Tagging] Source #
pEnumValues :: MyParser [EnumValue] Source #
pLineComment :: ParsecT [Char] ParserState Identity () Source #
pBlockComment :: ParsecT [Char] ParserState Identity () Source #