TexParserΒΆ

texd.spad line 174 [edit on github]

This package implement TeX parser, currently limited to constructs appearing in docstrings.

parse: String -> TeXTree

parse(s) parses s and returns resulting parse tree.

parse: TextFile -> TeXTree

parse(f) parses f and returns resulting parse tree.