@hackage IndentParser0.2.1
Combinators for parsing indentation based syntatic structures
Deprecated
Dependencies (2)
Dependents (6)
@hackage/graph-rewriting-lambdascope, @hackage/graph-rewriting-ww, @hackage/acme-everything, @hackage/inch, @hackage/graph-rewriting-ski, @hackage/maxsharing
This package exposes two modules,
Text.ParserCombinators.Parsec.IndentParser and
Text.ParserCombinators.Parsec.IndentToken, for constructing parser
combinators for indentation based syntactic structures. The former
exports the basic indentation parser combinators and
the later together with Text.ParserCombinators.Parsec.Language and
Text.ParserCombinators.Parsec.Token can be used to define tokenisers
for programming languages.