-
Notifications
You must be signed in to change notification settings - Fork 452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
README.md mentions node bin/jison #323
Comments
1- Install JISON globally:
Above command will publish JISON as a CLI tool.
Above commands will generate the parser to You can use the generated file by doing |
I already installed |
Try |
I tried to export as AngularJS module and therefore added this commit to my own fork of jison: m99coder@66756fd. I used the following command line: $ node lib/cli.js examples/calculator.jison -o ./calculator.js -m angular The output isn’t an AngularJS module. There still is an open pull request for this repository #286. But it probably will never be merged :/ |
In a first glance at that commit I think the problem is the fallthroug in the line 940. Actually if |
🙈 Oh man. You are so right. Now it works as expected. Thanks a lot. |
@m99coder close issue if solved |
But I couldn’t figure out how to build such a binary artefact. Neither the
Makefile
nor any npm script (or build target mentioned inpackage.json
) probably do the trick.Could you please explain how to get a binary artefact?
The text was updated successfully, but these errors were encountered: