This repository was archived by the owner on Sep 7, 2024. It is now read-only.
This repository was archived by the owner on Sep 7, 2024. It is now read-only.
Support yuml syntax #6
Open
Description
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.