19 lines
451 B
JSON
19 lines
451 B
JSON
{
|
|
"key": "spirit",
|
|
"name": "Spirit",
|
|
"authors": [
|
|
"Joel de Guzman",
|
|
"Hartmut Kaiser",
|
|
"Dan Nuffer"
|
|
],
|
|
"description": "LL parser framework represents parsers directly as EBNF grammars in inlined C++.",
|
|
"category": [
|
|
"Parsing",
|
|
"String"
|
|
],
|
|
"maintainers": [
|
|
"Joel de Guzman <joel -at- boost-consulting.com>",
|
|
"Hartmut Kaiser <hartmut.kaiser -at- gmail.com>"
|
|
]
|
|
}
|