MCPcopy
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.jsFile · 0.70
parse_stmtFunction · 0.70
parse_decllistFunction · 0.70
advance_exprFunction · 0.70
setup_stative_parsersFunction · 0.70

Calls 1

mknodeFunction · 0.70

Tested by

no test coverage detected