hasii2011 / pyut

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

Import Python Dataclasses #178

Closed hasii2011 closed 4 years ago

hasii2011 commented 4 years ago

Fix the PyutPythonVisitor to parse data classes.

The current Antlr4 grammar is based on 3.5. So I have to hack this in

hasii2011 commented 4 years ago

complete