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

Function parse_program

src/catla_parser/src/parser.rs:16–65  ·  view source on GitHub ↗
(
    lexer: &mut Lexer<'input>,
    until: &[TokenKind],
    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 3

parseMethod · 0.70
parserFunction · 0.70
parse_blockFunction · 0.50

Calls 7

recover_untilFunction · 0.85
cast_anchorMethod · 0.80
get_kindMethod · 0.80
currentMethod · 0.45
nextMethod · 0.45
elapsedMethod · 0.45

Tested by 1

parserFunction · 0.56