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

Function parse_next

js/SCASTPY.js:302–306  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

300 else input.croak("Expecting punctuation: \"" + ch + "\"");
301 }
302 function parse_next() {
303 var n = input.next();
304 // console.log('parse next ',n)
305 return n;
306 }
307 function parse_toplevel() {
308 var prog = [];
309 while (!input.eof()) {

Callers 1

parse_expressionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected