Skip to main content

Module tokenizer

Module tokenizer 

Source
Expand description

rdx-math — LaTeX math parser for the RDX specification.

Parses LaTeX math strings (without $ delimiters) into structured MathExpr trees.

§Example

use rdx_math::parse;

let expr = parse(r"\frac{a}{b}");