Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
180
static string parse_global_name() {
181
tokenizer.ensure(GLOBAL_NAME);
182
return string(yylval.str);
183
}
184
185
static Value& parse_const_expr(Type &type);
186
Callers
1
parse_call
Function · 0.85
Calls
1
ensure
Method · 0.80
Tested by
no test coverage detected