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

Function skip_split

js/SCAST.js:257–260  ·  view source on GitHub ↗
(ch)

Source from the content-addressed store, hash-verified

255 else input.croak("Expecting punctuation: \"" + ch + "\"");
256 }
257 function skip_split(ch) {
258 if (is_sp(ch)) input.next();
259 else input.croak("Expecting punctuation: \"" + ch + "\"");
260 }
261 function unexpected() {
262 input.croak("Unexpected token: " + JSON.stringify(input.peek()));
263 }

Callers 1

parse_argFunction · 0.70

Calls 1

is_spFunction · 0.70

Tested by

no test coverage detected