Packages

package parser

Type Members

  1. trait AsciiEdgeParser extends AnyRef
  2. 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 │ +---+ ╰───╯

  3. trait DiagramImplementation extends AnyRef

    Concrete implementations of Diagram types

  4. class DiagramParser extends UnicodeEdgeParser with DiagramImplementation with BoxParser with AsciiEdgeParser with LabelParser
  5. class DiagramParserException extends RuntimeException
  6. trait LabelParser extends AnyRef
  7. trait UnicodeEdgeParser extends AnyRef

    Follow an edge drawn using Unicode box-drawing characters.

Ungrouped