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

Method emit

ppcc/src/parser.cc:158–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156 return input->at(pos).sym;
157 }
158 void emit(Token token) {
159 output->add(token);
160 }
161 void emit_gen(Str *s) {
162 output->add(Token(SymGen, s));
163 }

Callers 2

EmitDeclFunction · 0.80
EmitEpilogueFunction · 0.80

Calls 1

addMethod · 0.45

Tested by

no test coverage detected