mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 19:34:27 -05:00
things are in motion -- bin/node_coffee is the new JS-only command line ... it can pass some of the tests
This commit is contained in:
8
vendor/jison/examples/basic.json
vendored
Normal file
8
vendor/jison/examples/basic.json
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"tokens": "ZERO PLUS",
|
||||
"bnf": {
|
||||
"E" :[ "E PLUS T",
|
||||
"T" ],
|
||||
"T" :[ "ZERO" ]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user