uu-tc-2009.2.2: course software for INFOB3TC
Course software for INFOB3TC
This library currently contains three parser combinator libraries.
- The default library, available as
ParseLibor more explicitly by importingParseLib.Simple, is the one described in the lecture notes, using a type synonym as the type for parsers. - The second library can be chosen by importing
ParseLib.Abstract. It defines the same functions asParseLib.Simple, but keeps the parser type abstract. * The third library is an implementation of Koen Claessen's Parallel Parsing Processes, available asParseLib.Parallel.
In future versions of this package, more libraries with more advanced implementations of parser combinators may be added.