gjtorikian / mathematical

Convert mathematical equations to SVGs, PNGs, or MathML. A general wrapper to Lasem and mtex2MML.
https://gjtorikian.github.io/mathematical/
MIT License
166 stars 31 forks source link

Clean up C extension #128

Closed 4e554c4c closed 8 months ago

4e554c4c commented 8 months ago

This commit fixes a few warnings in the C extension. It also fixes a bug by calling global_parse instead of _parse.

Fixes #124