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

Function parseexpr

MathBox/mathbox-core.js:33365–33367  ·  view source on GitHub ↗
(tokens)

Source from the content-addressed store, hash-verified

33363 return
33364
33365 function parseexpr(tokens) {
33366 return full_parse_expr(state, tokens), state.shift()
33367 }
33368 }
33369
33370 // node types ---------------

Callers 1

parse_exprFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected