Does anyone here use GenMyModel and can I have your D generator?
    Daniel 
    Daniel
       
    Fri Nov  4 03:03:05 UTC 2022
    
    
  
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.
    
    
More information about the Digitalmars-d
mailing list