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