hasii2011 / pyut

A UML Diagrammer implemented in Python
GNU Affero General Public License v3.0
11 stars 4 forks source link

Update Python Lexer/Parser #228

Closed hasii2011 closed 2 years ago

hasii2011 commented 3 years ago

In issue https://github.com/hasii2011/PyUt/issues/227 we updated the runtime but did not re-generate the lever/parser; I just changed the version check and re-ran my unit tests; This issue seeks to use the new generated parser/lexer which broke my unit tests

hasii2011 commented 2 years ago

Need to remember to generate the Visitor

java -Xmx500M -cp ./antlr-4.9.3-complete.jar org.antlr.v4.Tool Python3.g4 -o pythonparser -Dlanguage=Python3 -visitor
hasii2011 commented 2 years ago

Fixed on branch and merged to the 🤡 master 🤡 branch