nomnoml is a diagram lang created in 2014 by Daniel Kallin.
#385on PLDB | 10Years Old |
git clone https://github.com/skanaar/nomnoml
The sassy UML diagram renderer.
[<frame>Decorator pattern|
[<abstract>Component||+ operation()]
[Client] depends --> [Component]
[Decorator|- next: Component]
[Decorator] decorates -- [ConcreteComponent]
[Component] <:- [Decorator]
[Component] <:- [ConcreteComponent]
]
Feature | Supported | Example | Token |
---|---|---|---|
Line Comments | ✓ | // A comment | // |
File Imports | ✓ | #import: filename | |
Directives | ✓ | #title: filename #zoom: 1 #acyclicer: greedy |