You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The data model generated by Ampersand can be improved on several counts:
As a programmer, I'd like a command ampersand datamodel to shortcut the command ampersand documentation --format docx --no-text and to avoid generating way too many unneccessary diagrams.
The small boxes that are not an entity should be treated as entities when drawing the data model, so that they are drawn within the boundary of the pattern in which their ConceptDef resides.
Aliasing is currently drawn erroneously. Suppose CLASSIFY A IS B must be drawn such that both A and B are visible, but are clearly aliases of one-another. (Look at the definition of A_Concept in AbstractSyntaxTree.hs.)
The text was updated successfully, but these errors were encountered:
hanjoosten
changed the title
Improve the data model
Improve the visual representation of the data model
May 13, 2024
The data model generated by Ampersand can be improved on several counts:
ampersand datamodel
to shortcut the commandampersand documentation --format docx --no-text
and to avoid generating way too many unneccessary diagrams.CLASSIFY A IS B
must be drawn such that bothA
andB
are visible, but are clearly aliases of one-another. (Look at the definition ofA_Concept
in AbstractSyntaxTree.hs.)The text was updated successfully, but these errors were encountered: