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

Function maybe_stmtlist

MathBox/mathbox-core.js:33507–33513  ·  view source on GitHub ↗
(skip)

Source from the content-addressed store, hash-verified

33505 }
33506
33507 function maybe_stmtlist(skip) {
33508 return function() {
33509 var current = state[0].stage
33510 if(token.data !== '{') { return state.unshift(stmt()), current + skip }
33511 return tokens.shift(), Advance
33512 }
33513 }
33514
33515 function popstmt() {
33516 return function() { return state.shift(), state.shift() }

Callers 1

setup_stative_parsersFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected