Closed kmgb closed 2 years ago
Currently, the translation from LaTeX to unicode happens inside the recursive descent parser. It would be better to create an AST of nested types and use the types like MathFrak's repr method to actually perform the conversion.
Currently, the translation from LaTeX to unicode happens inside the recursive descent parser. It would be better to create an AST of nested types and use the types like MathFrak's repr method to actually perform the conversion.