Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/stemkoski/stemkoski.github.com
/ expr
Function
expr
MathBox/mathbox-core.js:33397–33402 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33395
}
33396
33397
function
expr() {
33398
var
n = mknode(EXPR, token, node)
33399
33400
n.expecting = [].slice.call(arguments)
33401
return
n
33402
}
33403
33404
function
keyword(default_value) {
33405
var
t = token
Callers
5
mathbox-core.js
File · 0.70
parse_stmt
Function · 0.70
parse_decllist
Function · 0.70
advance_expr
Function · 0.70
setup_stative_parsers
Function · 0.70
Calls
1
mknode
Function · 0.70
Tested by
no test coverage detected