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:
Jeremy Ashkenas
2010-02-11 01:57:33 -05:00
parent f761c25dcd
commit 872b36c11d
83 changed files with 8312 additions and 226 deletions

9
vendor/jison/examples/basic2.json vendored Normal file
View File

@@ -0,0 +1,9 @@
{
"comment": "Basic grammar that contains a nullable A nonterminal.",
"tokens": "x",
"bnf": {
"A" :[ "A x",
"" ]
}
}