MCPcopy Create free account
hub / github.com/davidkingzyb/SCAST / parseExprOps

Function parseExprOps

lib/filbert.js:2010–2012  ·  view source on GitHub ↗
(noIn)

Source from the content-addressed store, hash-verified

2008 // Start the precedence parser.
2009
2010 function parseExprOps(noIn) {
2011 return parseExprOp(parseMaybeUnary(noIn), -1, noIn);
2012 }
2013
2014 // Parse binary operators with the operator precedence parsing
2015 // algorithm. `left` is the left-hand side of the operator.

Callers 7

parseMaybeTupleFunction · 0.85
parseListFunction · 0.85
parseDictFunction · 0.85
parseFunctionFunction · 0.85
parseExprListFunction · 0.85
parseParamsListFunction · 0.85
parseTupleFunction · 0.85

Calls 2

parseExprOpFunction · 0.85
parseMaybeUnaryFunction · 0.85

Tested by

no test coverage detected