MCPcopy Create free account
hub / github.com/bea4dev/catla / parse_expression

Function parse_expression

src/catla_parser/src/parser/expression.rs:25–43  ·  view source on GitHub ↗
(
    lexer: &mut Lexer<'input>,
    errors: &mut std::vec::Vec<ParseError>,
    allocator: &'allocator Bump,
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 13

parse_simple_primaryFunction · 0.70
parse_function_callFunction · 0.70
parse_if_statementFunction · 0.70
parse_return_expressionFunction · 0.70
parse_closureFunction · 0.70
parse_statementFunction · 0.70
parse_assignmentFunction · 0.70
parse_swap_statementFunction · 0.70
parse_variable_defineFunction · 0.70

Calls 4

parse_return_expressionFunction · 0.70
parse_or_expressionFunction · 0.70
parse_closureFunction · 0.70
ClosureClass · 0.50

Tested by

no test coverage detected