• 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).

    Parameters

    • str: string

    Returns Node[]

Generated using TypeDoc