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

Function parse_keyword

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

Source from the content-addressed store, hash-verified

79999 }
80000
80001 function parse_keyword() {
80002 if(token.type !== 'keyword') {
80003 return unexpected('expected keyword, got '+token.data)
80004 }
80005
80006 return state.shift(), tokens.shift()
80007 }
80008
80009 function parse_ident() {
80010 if(token.type !== 'ident') {

Callers 1

writeFunction · 0.70

Calls 1

unexpectedFunction · 0.70

Tested by

no test coverage detected