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

Function parseMaybeTuple

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

Source from the content-addressed store, hash-verified

1998 // Parse a tuple
1999
2000 function parseMaybeTuple(noIn) {
2001 var expr = parseExprOps(noIn);
2002 if (tokType === _comma) {
2003 return parseTuple(noIn, expr);
2004 }
2005 return expr;
2006 }
2007
2008 // Start the precedence parser.
2009

Callers 2

parseMaybeAssignFunction · 0.85
parseExprAtomFunction · 0.85

Calls 2

parseExprOpsFunction · 0.85
parseTupleFunction · 0.85

Tested by

no test coverage detected