MCPcopy Create free account
hub / github.com/borgo-lang/borgo / parse_expr

Method parse_expr

compiler/src/parser.rs:143–150  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

141 }
142
143 pub fn parse_expr(&mut self) -> Expr {
144 self.expr_bp(
145 0,
146 Restrictions {
147 structs_allowed: true,
148 },
149 )
150 }
151
152 pub fn parse_expr_no_struct(&mut self) -> Expr {
153 self.expr_bp(

Callers 15

run_testsFunction · 0.80
expr_bpMethod · 0.80
expr_lambdaMethod · 0.80
expr_struct_callMethod · 0.80
expr_restMethod · 0.80
expr_indexMethod · 0.80
parse_match_armMethod · 0.80
stmt_letMethod · 0.80
stmt_returnMethod · 0.80
stmt_deferMethod · 0.80
stmt_spawnMethod · 0.80
stmt_check_exprMethod · 0.80

Calls 1

expr_bpMethod · 0.80

Tested by

no test coverage detected