Kartik Chandra
Kartik Chandra
@airportyh Seems like it's an error thrown in Parser.reportError… any ideas? And, relatedly, any progress on #475 ? As cool as the fancy error reporting is, if it's causing errors...
Hi Matt - I don't know of any such guides or tools but I do think it would be super cool to have an automated tool that cross-compiled grammars in...
Good catch. Could you rebuild the docs? That's why Travis is failing.
Not that I know of, but I'm sure there's a clever way to do it somewhere.
@stefanmaric this is a good one to start with — just copy bin/nearley-railroad.js and adapt it for the LaTeX format.
I think you need to do `npm install --dev` when getting set up? I don't have `coffee-script` installed globally but the tests pass for me.
Huh, that's odd. My instinct is to ask you to clone a fresh copy of nearley in a new directory and run npm install --dev and see if that behavior...
http://savannah.gnu.org/forum/forum.php?forum_id=9785
Seems straightforward. Could you add a test for this, then I'll merge it?
This was on the "to do" list for a while, but never really got done. I think a better solution, actually, is a syntactic notation that lets you explicitly include/exclude...