forked from zaach/jison
-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathbook.json
More file actions
21 lines (19 loc) · 696 Bytes
/
book.json
File metadata and controls
21 lines (19 loc) · 696 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"root": "./book-using-jison-beyond-the-basics",
"title": "Using JISON - Beyond the Basics",
"description": "Following a quick basic introduction on LR/LALR grammar design and compilation using YACC/BISON-like tools such as JISON, this book addresses advanced topics in LALR and LR grammar construction available when using JISON",
"author": "Ger Hobbelt",
"plugins": [ "theme-default" ],
"pluginsConfig": {
"theme-default": {
"languages": [
{
"lang": "js",
"name": "JavaScript",
"default": true
}
]
}
},
"pdf.paperSize": "a4"
}