Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ c_source
Method
c_source
ppcc/src/parser.cc:72–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
marker = 0;
71
}
72
bool c_source() {
73
return source->filename->ends_with(
".c"
);
74
}
75
void skip_until(Word64 syms) {
76
syms |= BIT(SymEOF);
77
while (!TEST(syms, input->at(pos).sym)) {
Callers
2
EmitDecl
Function · 0.80
EmitEpilogue
Function · 0.80
Calls
1
ends_with
Method · 0.80
Tested by
no test coverage detected