MCPcopy Create free account
hub / github.com/Spu7Nix/SPWN-language / parse_expr

Function parse_expr

parser/src/parser.rs:1264–1414  ·  view source on GitHub ↗
(
    tokens: &mut Tokens,
    notes: &mut ParseNotes,
    allow_mut_op: bool,
    allow_macro_def: bool,
    attr: Option<Attribute>,
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 10

parse_statementFunction · 0.85
parse_casesFunction · 0.85
parse_dictFunction · 0.85
parse_objectFunction · 0.85
parse_argsFunction · 0.85
parse_arg_defFunction · 0.85
check_if_sliceFunction · 0.85
try_parse_macro_patternFunction · 0.85
try_parse_macroFunction · 0.85
parse_variableFunction · 0.85

Calls 10

parse_variableFunction · 0.85
parse_operatorFunction · 0.85
fix_precedenceFunction · 0.85
TernaryClass · 0.85
positionMethod · 0.80
previous_no_ignoreMethod · 0.80
previousMethod · 0.80
to_stringMethod · 0.80
sliceMethod · 0.80
nextMethod · 0.45

Tested by

no test coverage detected