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

Function advance_expr

MathBox/mathbox-core.js:33481–33483  ·  view source on GitHub ↗
(until)

Source from the content-addressed store, hash-verified

33479 }
33480
33481 function advance_expr(until) {
33482 return function() { return state.unshift(expr(until)), Advance }
33483 }
33484
33485 function advance_ident(declare) {
33486 return declare ? function() {

Callers 1

setup_stative_parsersFunction · 0.70

Calls 1

exprFunction · 0.70

Tested by

no test coverage detected