michael-brade / LaTeX.js

JavaScript LaTeX to HTML5 translator
https://latex.js.org
MIT License
736 stars 58 forks source link

Update on the AST-parsing plan? #128

Open rorybyrne opened 3 years ago

rorybyrne commented 3 years ago

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?

michael-brade commented 3 years ago

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...

stefnotch commented 2 years ago

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?