kmgb / latex_input

Use LaTeX-style inputs to write the equivalent unicode characters anywhere.
GNU General Public License v3.0
0 stars 0 forks source link

Refactor parser to create AST #6

Closed kmgb closed 2 years ago

kmgb commented 2 years ago

Used to convert the output within the parser, now it gets turned into an AST first, then converted within the AST classes.

Resolves #5