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

Function expr

MathBox/mathbox-bundle.js:80082–80087  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80080 }
80081
80082 function expr() {
80083 var n = mknode(EXPR, token, node)
80084
80085 n.expecting = [].slice.call(arguments)
80086 return n
80087 }
80088
80089 function keyword(default_value) {
80090 var t = token

Callers 5

mathbox-bundle.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