Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TransformVarDecl
Function · 0.80
Calls
1
at
Method · 0.45
Tested by
no test coverage detected