issues
search
viktorstrate
/
algebra-latex
Parse and calculate latex formatted math
https://www.npmjs.com/package/algebra-latex
MIT License
28
stars
9
forks
source link
More structured parser through a AST
#5
Closed
viktorstrate
closed
6 years ago
viktorstrate
commented
6 years ago
The codebase is now separated into three parts
The lexer, which converts the latex string to tokens
The parser, which convertes the tokens into an abstract syntax tree
The formatter, which convertes the AST into a math string
The codebase is now separated into three parts