MCPcopy Create free account
hub / github.com/danja/dogalog / parseExpression

Function parseExpression

src/prolog/parser.js:85–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83
84 // Expression parsing with precedence (*/ then +-)
85 function parseExpression() {
86 return parseAdditive();
87 }
88
89 function parseAdditive() {
90 let node = parseMultiplicative();

Callers 3

parseClauseFunction · 0.85
parseGoalTermFunction · 0.85
parsePrimaryFunction · 0.85

Calls 1

parseAdditiveFunction · 0.85

Tested by

no test coverage detected