Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ parse_comma
Function
parse_comma
tools/alive_parser.cpp:278–280 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
276
}
277
278
static void parse_comma() {
279
tokenizer.ensure(COMMA);
280
}
281
282
static uint64_t parse_number() {
283
tokenizer.ensure(NUM);
Callers
11
parse_binop
Function · 0.85
parse_fp_binop
Function · 0.85
parse_ternary
Function · 0.85
parse_fp_ternary
Function · 0.85
parse_select
Function · 0.85
parse_insertvalue
Function · 0.85
parse_icmp
Function · 0.85
parse_fcmp
Function · 0.85
parse_extractelement
Function · 0.85
parse_insertelement
Function · 0.85
parse_shufflevector
Function · 0.85
Calls
1
ensure
Method · 0.80
Tested by
no test coverage detected