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

Method skip_while

ppcc/src/parser.cc:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 }
80 }
81 void skip_while(Word64 syms) {
82 while (TEST(syms, input->at(pos).sym)) {
83 pos++;
84 }
85 }
86 noinline Int find_back_until(Word64 syms) {
87 Int p = pos;
88 while (p > marker) {

Callers 1

TransformVarDeclFunction · 0.80

Calls 1

atMethod · 0.45

Tested by

no test coverage detected