Module glsl_lang::parse

source ·
Expand description

Parsing utilities and entry points

Modules§

Macros§

Structs§

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§