Parse str to an AST with minimal processing. E.g., macro arguments are not attached to macros, etc. when parsed with this function.
str
The parsing assumes a math-mode context, so, for example, ^ and _ are parsed as macros (even though arguments are not attached to them).
^
_
Generated using TypeDoc
Parse
str
to an AST with minimal processing. E.g., macro arguments are not attached to macros, etc. when parsed with this function.The parsing assumes a math-mode context, so, for example,
^
and_
are parsed as macros (even though arguments are not attached to them).