www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Does anyone here use GenMyModel and can I have your D generator?

reply Daniel Donnelly, Jr. <enjoysmath gmail.com> writes:
https://www.genmymodel.com/

It lets you make various UML and flowchart diagrams and also 
generate C++/Python/Java/etc code from the model.

Was wondering if anyone's had success using this for a large D 
project.  I want to make a class hierarchy for doing Group Theory 
algorithms, so pretty much like a CAS.  But I'm abstracting all 
the way to Category, Magma, etc.

I want to implement some algorithms I found in a book on the 
topic.  Then after that I want to implement Laszlo Babai, Luks, 
and Hoffman's algorithm for subgraph isomorphism.  It requires a 
lot of already set up group theory algorithms, so I'm working on 
that first.

I'm implementing in a general / CAS way so that I can get a lot 
of code re-usage.

If no one's done this yet.  I will try to make a D generator for 
GenMyModel UML diagrams and post it publically on GitHub probably.
Nov 03 2022
parent Imperatorn <johan_forsberg_86 hotmail.com> writes:
On Friday, 4 November 2022 at 03:03:05 UTC, Daniel Donnelly, Jr. 
wrote:
 https://www.genmymodel.com/

 It lets you make various UML and flowchart diagrams and also 
 generate C++/Python/Java/etc code from the model.

 [...]
Nice, that would indeed be useful
Nov 04 2022