Module state

Module state 

Source

Structs§

IndentPos
ParseError
State
This is the parser state data structure. It holds the to be read source code and keeps track of the parser head position.
StrPart

Enums§

IdentMode
This is a special mode for selector parsing. It differenciates between normal (selector) identifiers and direct pattern identifiers.
ParseErrorKind
The possible errors the parser can detect while reading code.
ParseNumberError
ParseValueError