Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
parseClause
Function · 0.85
parseGoalTerm
Function · 0.85
parsePrimary
Function · 0.85
Calls
1
parseAdditive
Function · 0.85
Tested by
no test coverage detected