MCPcopy Create free account
hub / github.com/Singular/Singular / advance

Method advance

ppcc/src/parser.cc:139–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 }
138 }
139 void advance() {
140 if (pos < input->len())
141 pos++;
142 }
143 Token &token(Int i) {
144 return input->at(i);
145 }

Callers 2

TransformVarDeclFunction · 0.80
TransformFunction · 0.80

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected