mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 11:31:20 -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:
9
vendor/jison/examples/basic2.json
vendored
Normal file
9
vendor/jison/examples/basic2.json
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"comment": "Basic grammar that contains a nullable A nonterminal.",
|
||||
|
||||
"tokens": "x",
|
||||
"bnf": {
|
||||
"A" :[ "A x",
|
||||
"" ]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user