class

TuiEditor::TumlParser

Inherits Reference / Object

Constants

WIDGET_MAP = WidgetPalette::WIDGETS.to_h do |w| {w.name, w} end

Widget lookup by name

Class methods

detect_format(source : String) : Symbol

Detect format from source

Source
parse(source : String) : ParseResult

Parse with auto-detection

Source
parse_pug(source : String) : ParseResult

Parse Pug format

Source
parse_yaml(source : String) : ParseResult

Parse YAML format

Source

Nested types