MCPcopy 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

TransformVarDeclFunction · 0.80

Calls 1

atMethod · 0.45

Tested by

no test coverage detected