@hackage uu-tc2015.1.1
Haskell 98 parser combinators for INFOB3TC at Utrecht University
Categories
License
BSD-3-Clause
Maintainer
Jurriën Stutterheim <j.stutterheim@uu.nl>, João Paulo Pizani Flor <J.P.PizaniFlor@uu.nl>
Links
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (1)
Dependents (2)
@hackage/SCRIPTWriter, @hackage/acme-everything
Course software for INFOB3TC (Languages & Compilers)
This library currently contains three Haskell 98 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 as
ParseLib.Parallel.
In future versions of this package, more libraries with more advanced implementations of parser combinators may be added.