Safe Haskell | None |
---|
This is the LaTeX
parser module.
- parseLaTeX :: Text -> Either ParseError LaTeX
- data ParseError
Documentation
parseLaTeX :: Text -> Either ParseError LaTeXSource
Parse a LaTeX expression written in Text
, to a LaTeX
AST.
It returns a ParseError
in case of parsing error.
data ParseError