MCPcopy Index your code
hub / github.com/stemkoski/stemkoski.github.com / infixr

Function infixr

MathBox/mathbox-bundle.js:79370–79378  ·  view source on GitHub ↗
(id, bp, led)

Source from the content-addressed store, hash-verified

79368}
79369
79370function infixr(id, bp, led) {
79371 var sym = symbol(id, bp)
79372 sym.led = led || function(left) {
79373 this.children = [left, expression(bp - 1)]
79374 this.type = 'binary'
79375 return this
79376 }
79377 return sym
79378}
79379
79380function prefix(id, nud) {
79381 var sym = symbol(id)

Callers 2

mathbox-bundle.jsFile · 0.70
assignmentFunction · 0.70

Calls 2

symbolFunction · 0.70
expressionFunction · 0.70

Tested by

no test coverage detected