jashkenas--coffeescript/vendor/jison/examples/basic2.json

10 lines
157 B
JSON

{
"comment": "Basic grammar that contains a nullable A nonterminal.",
"tokens": "x",
"bnf": {
"A" :[ "A x",
"" ]
}
}