Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ current_sym
Method
current_sym
ppcc/src/parser.cc:155–157 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
153
return input->at(pos+1);
154
}
155
Symbol current_sym() {
156
return input->at(pos).sym;
157
}
158
void emit(Token token) {
159
output->add(token);
160
}
Callers
1
TransformVarDecl
Function · 0.80
Calls
1
at
Method · 0.45
Tested by
no test coverage detected