Skip to main content

Module parser

Module parser 

Source

Enums§

ParseEntryPoint

Functions§

parse_str
Parse a string into a syntax tree (TranslationUnit).
parse_tokens
Parse a token stream into a syntax tree.
recognize_str
Test whether a string represent a valid WGSL module (TranslationUnit).
recognize_template_list