Expand description
Parsing utilities and entry points
Modules§
Macros§
Structs§
- Builder structure for a parsing operation
- Parsing context
- Parsing context data
- Parsing options
Traits§
- GLSL parsing with the default lexer
- Part of the syntax tree that can be extracted from a parent tree
- GLSL language parsing capability
- Trait for creating parse builders from lexer inputs
- GLSL language parser
- A parsable is something we can parse either directly, or embedded in some other syntax structure.
- GLSL language parsing functions
Type Aliases§
- Default lexer to use for parsing sources
- Errors returned by the parsing operation
- Result of a parsing operation