Module tokenize

Source
Expand description

The Tokenize trait, turning glsl into TokenStreams.

Macrosยง

impl_tokenize ๐Ÿ”’

Traitsยง

Tokenize
Tokenize a value into a stream of tokens.

Functionsยง

tokenize_array_spec ๐Ÿ”’
tokenize_array_spec_dim ๐Ÿ”’
tokenize_arrayed_identifier ๐Ÿ”’
tokenize_assignment_op ๐Ÿ”’
tokenize_binary_op ๐Ÿ”’
tokenize_block ๐Ÿ”’
tokenize_case_label ๐Ÿ”’
tokenize_compound_statement ๐Ÿ”’
tokenize_condition ๐Ÿ”’
tokenize_declaration ๐Ÿ”’
tokenize_expr ๐Ÿ”’
tokenize_expr_statement ๐Ÿ”’
tokenize_external_declaration ๐Ÿ”’
tokenize_for_init_statement ๐Ÿ”’
tokenize_for_rest_statement ๐Ÿ”’
tokenize_fully_specified_type ๐Ÿ”’
tokenize_function_definition ๐Ÿ”’
tokenize_function_identifier ๐Ÿ”’
tokenize_function_parameter_declaration ๐Ÿ”’
tokenize_function_parameter_declarator ๐Ÿ”’
tokenize_function_prototype ๐Ÿ”’
tokenize_identifier ๐Ÿ”’
tokenize_init_declarator_list ๐Ÿ”’
tokenize_initializer ๐Ÿ”’
tokenize_interpolation_qualifier ๐Ÿ”’
tokenize_iteration_statement ๐Ÿ”’
tokenize_jump_statement ๐Ÿ”’
tokenize_layout_qualifier ๐Ÿ”’
tokenize_layout_qualifier_spec ๐Ÿ”’
tokenize_path ๐Ÿ”’
tokenize_precision_qualifier ๐Ÿ”’
tokenize_preprocessor ๐Ÿ”’
tokenize_preprocessor_define ๐Ÿ”’
tokenize_preprocessor_elseif ๐Ÿ”’
tokenize_preprocessor_error ๐Ÿ”’
tokenize_preprocessor_extension ๐Ÿ”’
tokenize_preprocessor_extension_behavior ๐Ÿ”’
tokenize_preprocessor_extension_name ๐Ÿ”’
tokenize_preprocessor_if ๐Ÿ”’
tokenize_preprocessor_ifdef ๐Ÿ”’
tokenize_preprocessor_ifndef ๐Ÿ”’
tokenize_preprocessor_include ๐Ÿ”’
tokenize_preprocessor_line ๐Ÿ”’
tokenize_preprocessor_pragma ๐Ÿ”’
tokenize_preprocessor_undef ๐Ÿ”’
tokenize_preprocessor_version ๐Ÿ”’
tokenize_preprocessor_version_profile ๐Ÿ”’
tokenize_rs_ident ๐Ÿ”’
tokenize_selection_rest_statement ๐Ÿ”’
tokenize_selection_statement ๐Ÿ”’
tokenize_single_declaration ๐Ÿ”’
tokenize_single_declaration_no_type ๐Ÿ”’
tokenize_span ๐Ÿ”’
tokenize_statement ๐Ÿ”’
tokenize_storage_qualifier ๐Ÿ”’
tokenize_struct_field ๐Ÿ”’
tokenize_struct_non_declaration ๐Ÿ”’
tokenize_switch_statement ๐Ÿ”’
tokenize_text_range ๐Ÿ”’
tokenize_text_size ๐Ÿ”’
tokenize_translation_unit ๐Ÿ”’
tokenize_type_name ๐Ÿ”’
tokenize_type_qualifier ๐Ÿ”’
tokenize_type_qualifier_spec ๐Ÿ”’
tokenize_type_specifier ๐Ÿ”’
tokenize_type_specifier_non_array ๐Ÿ”’
tokenize_unary_op ๐Ÿ”’