Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
17850
function
binop(name, prec) {
17851
return
new
TokenType(name, {beforeExpr: true, binop: prec})
17852
}
17853
var
beforeExpr = {beforeExpr: true};
17854
var
startsExpr = {startsExpr: true};
17855
Callers
1
browser.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected