We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See https://gist.github.com/felixplesoianu/90d104fa8ad75b02155b -- if I try to run the generated parser from the command line, I get the following exception:
File "exprcalc3.py", line 11 from __future__ import print_function SyntaxError: from __future__ imports must occur at the beginning of the file
Editing exprcalc3.py accordingly is a trivial workaround, but ideally it shouldn't be needed. Thank you.
The text was updated successfully, but these errors were encountered:
Change example to trigger issue smurfix#4
56d5a9d
Ensure that from-future-import is written first
70a146b
Closes smurfix#4, closes smurfix#5
No branches or pull requests
See https://gist.github.com/felixplesoianu/90d104fa8ad75b02155b -- if I try to run the generated parser from the command line, I get the following exception:
Editing exprcalc3.py accordingly is a trivial workaround, but ideally it shouldn't be needed. Thank you.
The text was updated successfully, but these errors were encountered: