MCPcopy Create free account
hub / github.com/davidkingzyb/SCAST / skip_split

Function skip_split

js/SCASTPY.js:298–301  ·  view source on GitHub ↗
(ch)

Source from the content-addressed store, hash-verified

296 else input.croak("Expecting punctuation: \"" + ch + "\"");
297 }
298 function skip_split(ch) {
299 if (is_sp(ch)) input.next();
300 else input.croak("Expecting punctuation: \"" + ch + "\"");
301 }
302 function parse_next() {
303 var n = input.next();
304 // console.log('parse next ',n)

Callers 1

parse_argFunction · 0.70

Calls 1

is_spFunction · 0.70

Tested by

no test coverage detected