mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
8 lines
123 B
JSON
8 lines
123 B
JSON
{
|
|
"tokens": "ZERO PLUS",
|
|
"bnf": {
|
|
"E" :[ "E PLUS T",
|
|
"T" ],
|
|
"T" :[ "ZERO" ]
|
|
}
|
|
}
|