blob: fdc2b480ce83ee69f91f0e9cf675b688ae14ec55 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"key": "xpressive",
"name": "Xpressive",
"authors": [
"Eric Niebler"
],
"description": "Regular expressions that can be written as strings or as expression templates, and which can refer to each other and themselves recursively with the power of context-free grammars.",
"category": [
"String"
],
"maintainers": [
"Eric Niebler <eric -at- boostpro.com>"
]
}
|