Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antirez/llama.cpp-deepseek-v4-flash
/ build_peg_parser
Function
build_peg_parser
common/peg-parser.cpp:2124–2128 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2122
}
2123
2124
common_peg_arena build_peg_parser(const std::function<common_peg_parser(common_peg_parser_builder & builder)> & fn) {
2125
common_peg_parser_builder builder;
2126
builder.set_root(fn(builder));
2127
return builder.build();
2128
}
Callers
7
test_python_dict_parser
Function · 0.85
test_unicode
Function · 0.85
test_basic
Function · 0.85
test_gbnf_generation
Function · 0.85
test_json_serialization
Function · 0.85
test_json_parser
Function · 0.85
parse_ini_from_file
Function · 0.85
Calls
3
fn
Function · 0.85
set_root
Method · 0.45
build
Method · 0.45
Tested by
6
test_python_dict_parser
Function · 0.68
test_unicode
Function · 0.68
test_basic
Function · 0.68
test_gbnf_generation
Function · 0.68
test_json_serialization
Function · 0.68
test_json_parser
Function · 0.68