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