[][src]Crate fungui_syntax

Modules

desc

Parser for the UI description format

style

Parser for the UI style format

Structs

Errors

Struct which hold information about an error that occurred at a specific position. Can hold multiple instances of Error if more that one error occurred in the same position.

Ident

An identifier.

Position

The position in the source file where the the ident/value/etc was defined.

Enums

Error

Enum used to store information about an error that has occurred during parsing.

Info

Enum holding error information. Variants are defined for Stream::Item and Stream::Range as well as string variants holding easy descriptions.

Functions

format_error

Formats the error in a user friendly format

format_parse_error

Formats a parsing error using format_error.

Type Definitions

PError