cvs commit: nhc98/src/libraries/HaXml/src/Text/ParserCombinators
HuttonMeijerWallace.hs
Malcolm Wallace
malcolm at glass.cse.ogi.edu
Thu Mar 25 10:15:04 EST 2004
malcolm 2004/03/25 10:15:04 PST
Modified files:
src/libraries/HaXml/src/Text/ParserCombinators
HuttonMeijerWallace.hs
Log:
Lexing no longer throws a hard 'error'. The first lexical error is
passed back to the caller through an Either type. This means that
lexical errors now bubble up through the parser combinators and are
thereby returned to the caller of the parser too.
Revision Changes Path
1.5 +61 -53 nhc98/src/libraries/HaXml/src/Text/ParserCombinators/HuttonMeijerWallace.hs
More information about the Cvs-libraries
mailing list