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
{{ message }}
This repository was archived by the owner on Sep 7, 2024. It is now read-only.
We all love Yuml. It would be nice if we could support the yuml syntax (since it is thought out pretty decently.
As yuml syntax is a DSL we could use something like parsec to generate a DOT file from the yuml input.
The only question I am unsure of is how to detect whether or not we are in dot or yuml mode. The user shouldn't have to state this, the application should be able to automatically detect this.