MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / parse_global_name

Function parse_global_name

tools/alive_parser.cpp:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180static string parse_global_name() {
181 tokenizer.ensure(GLOBAL_NAME);
182 return string(yylval.str);
183}
184
185static Value& parse_const_expr(Type &type);
186

Callers 1

parse_callFunction · 0.85

Calls 1

ensureMethod · 0.80

Tested by

no test coverage detected