Last updated:
0 purchases
parsetabtolatex 0.0.3
parsetabtolatex parses an output file of ply and extracts the grammar into a .tex file using the grammar environment provided by the syntax LaTeX package.
Author
License
Homepage
Maria Climent-Pommeret
MIT Licence
https://gitlab.climent-pommeret.red/Chopopope/parsetabtolatex
Installation
Please run the following command in a virtual environment using Python3.5
pip install parsetabtolatex
Usage example
In[1]: from parsetabtolatex import parsetabtolatex as pl
In[2]: pl.ParseTabToLatatex("/tmp/partetab.py", "/tmp/grammar.tex").generate_latex()
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.