ContentsIndex
Gulik.Parser
Description
Parser for Gulik.
Synopsis
gulikParse :: String -> String -> Either ParseError [Expr]
Documentation
gulikParse
:: StringSource file name, for error reporting.
-> StringThe text to parse
-> Either ParseError [Expr]A parse error, or the list of expressions.
Parses a string into a list of Gulik expressions.
Produced by Haddock version 0.7