MCPcopy Create free account
hub / github.com/microsoft/SandDance / parseGroupExpression

Function parseGroupExpression

docs/tests/v2/es6/js/sanddance.js:129021–129027  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

129019
129020
129021function parseGroupExpression() {
129022 var expr;
129023 expect('(');
129024 expr = parseExpression();
129025 expect(')');
129026 return expr;
129027} // 11.1 Primary Expressions
129028
129029
129030var legalKeywords = {

Callers 1

parsePrimaryExpressionFunction · 0.70

Calls 2

expectFunction · 0.70
parseExpressionFunction · 0.70

Tested by

no test coverage detected