package parser
Type Members
- trait AsciiEdgeParser extends AnyRef
-
trait
BoxParser extends AnyRef
Responsible for detecting boxes in the diagram, e.g.
Responsible for detecting boxes in the diagram, e.g.
+---+ ╭───╮ | A | or │ A │ +---+ ╰───╯
-
trait
DiagramImplementation extends AnyRef
Concrete implementations of Diagram types
- class DiagramParser extends UnicodeEdgeParser with DiagramImplementation with BoxParser with AsciiEdgeParser with LabelParser
- class DiagramParserException extends RuntimeException
- trait LabelParser extends AnyRef
-
trait
UnicodeEdgeParser extends AnyRef
Follow an edge drawn using Unicode box-drawing characters.