You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When input file is raw JSON format, it produces error:
/usr/local/lib/node_modules/jison/lib/cli.js:142
var settings = grammar.options || {};
^
TypeError: Cannot read property 'options' of undefined
at Object.generateParserString (/usr/local/lib/node_modules/jison/lib/cli.js:142:27)
at processGrammar (/usr/local/lib/node_modules/jison/lib/cli.js:74:22)
at processInputFile (/usr/local/lib/node_modules/jison/lib/cli.js:106:22)
at Object.cliMain as main
at Object. (/usr/local/lib/node_modules/jison/lib/cli.js:185:9)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
The text was updated successfully, but these errors were encountered:
xndcn
added a commit
to xndcn/jison
that referenced
this issue
Apr 2, 2015
When input file is raw JSON format, it produces error:
The text was updated successfully, but these errors were encountered: