-
Notifications
You must be signed in to change notification settings - Fork 23
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
import error,ImportError: cannot import name bisonToPython #2
Comments
That's because bison2python is currently not supported. When we rewrote the implementation of pybison, we did not port the bison2python conversion tool. We converted the bison grammar to Python code manually and over time (while developing TRS), so there was no need to support that tool. But a pull request is welcome btw! |
I saw there are required file present in the /src/python/convert.py, Please Guide me, I would love to Contribute! |
Hello. Are you going to support bison2python script? It could be very useful for me. If there is any way to fix it, let me know. |
Hi, I know it's kind of late, but I have created a PR for this |
I've merged the PR. This is resolved, right? Feel free to re-open if it is not. |
When I run bison2python from Linux terminal it returns the error:
ImportError: cannot import name bisonToPython
Same error is also produced when I use following command in the Python shell
from bison import bisonToPython
The text was updated successfully, but these errors were encountered: