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