Expand description
Parse error types with source location information. Parser error types
Structs§
- Rich
Parse Error - A
ParseErrorbundled with source text for rich terminal rendering viamiette. - Source
Location - Location in source code with line and column
Enums§
- Parse
Error - Errors that can occur during VPL parsing.
Functions§
- suggest_
fix - Suggestions for common mistakes
Type Aliases§
- Parse
Result - Convenience alias for
Result<T, ParseError>.