Package

com.github.mdr.ascii.diagram

parser

Permalink

package parser

Visibility
  1. Public
  2. All

Type Members

  1. trait AsciiEdgeParser extends AnyRef

    Permalink
  2. trait BoxParser extends AnyRef

    Permalink

    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

    Permalink

    Concrete implementations of Diagram types

  4. class DiagramParser extends UnicodeEdgeParser with DiagramImplementation with BoxParser with AsciiEdgeParser with LabelParser

    Permalink
  5. class DiagramParserException extends RuntimeException

    Permalink
  6. trait LabelParser extends AnyRef

    Permalink
  7. trait UnicodeEdgeParser extends AnyRef

    Permalink

    Follow an edge drawn using Unicode box-drawing characters.

Ungrouped