MCPcopy
hub / github.com/BrainJS/brain.js / binop

Function binop

browser.js:17850–17852  ·  view source on GitHub ↗
(name, prec)

Source from the content-addressed store, hash-verified

17848};
17849
17850function binop(name, prec) {
17851 return new TokenType(name, {beforeExpr: true, binop: prec})
17852}
17853var beforeExpr = {beforeExpr: true};
17854var startsExpr = {startsExpr: true};
17855

Callers 1

browser.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected