-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
35 lines (35 loc) · 1.01 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"Prologue": {
"Installation": "installation",
"Upgrade Guide": "upgrade",
"Contribution Guide": "contributions"
},
"Guide": {
"Introduction": "guide/introduction",
"Creating Project": "guide/creating-project"
},
"Lexer": {
"Usage": "lexer",
"Extension": "lexer/extension",
"Multistate": "lexer/multistate",
"Drivers": "lexer/drivers"
},
"Parser": {
"Usage": "parser",
"Abstract Syntax Tree": "parser/ast",
"Grammar Rules": "parser/rules",
"Builder": "parser/builder"
},
"Compiler": {
"Usage": "compiler",
"Grammar": "compiler/grammar",
"PHP Injections": "compiler/code"
},
"Examples": {
"Simple Math Expression": "examples/simple-math",
"Advanced Math Expression": "examples/advanced-math",
"PhpDoc Types (psalm/phpstan)": "examples/phpdoc-types",
"JSON5": "examples/json5",
"Go! AOP Pointcuts": "examples/go-aop"
}
}