Contents
Index
Gulik.Parser
Description
Parser for Gulik.
Synopsis
gulikParse
:: String -> String -> Either ParseError [
Expr
]
Documentation
gulikParse
:: String
Source file name, for error reporting.
-> String
The 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