mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-17 19:11:22 -05:00
10 lines
157 B
JSON
10 lines
157 B
JSON
{
|
|
"comment": "Basic grammar that contains a nullable A nonterminal.",
|
|
|
|
"tokens": "x",
|
|
"bnf": {
|
|
"A" :[ "A x",
|
|
"" ]
|
|
}
|
|
}
|