clexer-0.1.0.0: Lexes C++ code into simple tokens

Safe HaskellNone
LanguageHaskell98

Language.Cpp.Lex

Synopsis

Documentation

main :: IO () Source #

data ParseError :: * #

The abstract data type ParseError represents parse errors. It provides the source position (SourcePos) of the error and a list of error messages (Message). A ParseError can be returned by the function parse. ParseError is an instance of the Show and Eq classes.