Crate df_ls_syntax_analysis

Source

Modules§

test_utils

Macros§

test_tree_structure
$builder should be of type SyntaxTestBuilder
token_deserialize_unary_token
Implement TokenDeserialize for a token with [REF:ty] There ty is the type given in the argument So it adds: impl TokenDeserialize for ty {...}

Structs§

Argument
Node
Token
Tree
TreeCursor

Enums§

LoopControl
TokenArgument

Traits§

TokenDeserialize
TokenDeserializeBasics
Trait for converting Tokenized values to TokenArgument stored types
TryFromArgument
TryFromArgumentGroup

Functions§

do_syntax_analysis
do_syntax_analysis_direct
mark_rest_of_token_as_unchecked
Everything after the previous argument will be marked as unchecked.
print_source_with_diagnostics

Derive Macros§

TokenDeserialize