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

Function preprocessor

MathBox/mathbox-core.js:33932–33943  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33930 }
33931
33932 function preprocessor() {
33933 if(c === '\n') ++line
33934
33935 if(c === '\n' && last !== '\\') {
33936 token(content.join(''))
33937 mode = NORMAL
33938 return i
33939 }
33940 content.push(c)
33941 last = c
33942 return i + 1
33943 }
33944
33945 function line_comment() {
33946 return preprocessor()

Callers 2

writeFunction · 0.70
line_commentFunction · 0.70

Calls 1

tokenFunction · 0.70

Tested by

no test coverage detected