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

Function parse_next

js/SCAST.js:264–267  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

262 input.croak("Unexpected token: " + JSON.stringify(input.peek()));
263 }
264 function parse_next() {
265 var n = input.next();
266 return n;
267 }
268 function parse_toplevel() {
269 var prog = [];
270 while (!input.eof()) {

Callers 1

parse_expressionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected