Crate fungui_syntax

source ·

Modules

Parser for the UI description format
Parser for the UI style format

Structs

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.
An identifier.
The position in the source file where the the ident/value/etc was defined.

Enums

Enum used to store information about an error that has occurred during parsing.
Enum holding error information. Variants are defined for Stream::Item and Stream::Range as well as string variants holding easy descriptions.

Functions

Formats the error in a user friendly format
Formats a parsing error using format_error.

Type Definitions