webidl-0.1.1: Parser and Pretty Printer for the Web IDL LanguageSource codeContentsIndex
Language.WebIDL.Parser
Portabilityportable
Stabilityexperimental
Maintainergolubovsky@gmail.com
Description
Parser of the tokenized IDL.
Synopsis
parseIDL :: [Token] -> Either ParseError IDLSpecification
Documentation
parseIDL :: [Token] -> Either ParseError IDLSpecificationSource
Run the parser, return IDL definitions.
Produced by Haddock version 2.4.2