Module parse

Source
Expand description

Parsing utilities and entry points

Structs§

ParseBuilder
Builder structure for a parsing operation
ParseContext
Parsing context
ParseContextData
Parsing context data
ParseOptions
Parsing options

Traits§

Extractable
Part of the syntax tree that can be extracted from a parent tree
HasParser
GLSL language parsing capability
IntoParseBuilderExt
Trait for creating parse builders from lexer inputs
LangParser
GLSL language parser
Parse
GLSL language parsing functions

Type Aliases§

ParseError
Errors returned by the parsing operation
ParseResult
Result of a parsing operation