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

Function preprocessor

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

Source from the content-addressed store, hash-verified

80615 }
80616
80617 function preprocessor() {
80618 if(c === '\n') ++line
80619
80620 if(c === '\n' && last !== '\\') {
80621 token(content.join(''))
80622 mode = NORMAL
80623 return i
80624 }
80625 content.push(c)
80626 last = c
80627 return i + 1
80628 }
80629
80630 function line_comment() {
80631 return preprocessor()

Callers 2

writeFunction · 0.70
line_commentFunction · 0.70

Calls 1

tokenFunction · 0.70

Tested by

no test coverage detected