MCPcopy Create free account
hub / github.com/nwutils/nw-sample-apps / nextString

Function nextString

mini-code-edit/cm/mode/smalltalk/smalltalk.js:84–87  ·  view source on GitHub ↗
(stream, context)

Source from the content-addressed store, hash-verified

82 };
83
84 var nextString = function(stream, context) {
85 stream.eatWhile(/[^']/);
86 return new Token('string', stream.eat('\'') ? context.parent : context, false);
87 };
88
89 var nextTemporaries = function(stream, context, state) {
90 var token = new Token(null, context, false);

Callers 1

nextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected