LaTeX.js
LaTeX.js copied to clipboard
Update on the AST-parsing plan?
Hi, I'm interesting in building an intermediary representation of a LaTeX document for another project, and would like to be able to use this library! However, I don't want to parse into HTML, and then parse the HTML into my representation.
Is there any update on the plan to add an AST as a parsing destination?
Hi, sorry for the delay, my time got completely taken up by another project. No, I don't have any updates on the AST, it is a significant change and I am not sure when I'll be able to do it yet. Definitely not this summer...
I just noticed that there are two projects that generate an AST from LaTeX. Both of them are based on yours, so maybe it'd be possible to get a collaboration with them going?
- https://github.com/tamuratak/latex-utensils
- https://github.com/siefkenj/latex-parser