Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ parse_name
Function
parse_name
tools/alive_parser.cpp:175–178 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
173
174
175
static void parse_name(Transform &t) {
176
if (tokenizer.consumeIf(NAME))
177
t.name = yylval.str;
178
}
179
180
static string parse_global_name() {
181
tokenizer.ensure(GLOBAL_NAME);
Callers
1
parse
Function · 0.85
Calls
1
consumeIf
Method · 0.80
Tested by
no test coverage detected