Module parser

Source
Expand description

Parsing stage of the compilation process.

Structs§

Error
Error type for parse.

Enums§

ErrorKind
Kind of parse error.
Item
AST item.

Functions§

hex_rgb
Parse string of 6 hex digit into r, g, b value.
parse
Parse tui markup source into ast.

Type Aliases§

ItemC
Item type for tag convertor C.
ItemG
Item type for generator G.
LSpan
Span with location info.