naga::front::wgsl::parse

Module lexer

Source

Structs§

Enums§

Functions§

  • Return the token at the start of input.
  • Returns whether or not a char is a blankspace (Unicode Pattern_White_Space)
  • Returns whether or not a char is a comment end (Unicode Pattern_White_Space excluding U+0020, U+0009, U+200E and U+200F)
  • Returns whether or not a char is a word part (Unicode XID_Continue)
  • Returns whether or not a char is a word start (Unicode XID_Start + ‘_’)

Type Aliases§