mython
mython copied to clipboard
myparser does not respect from __future__ flags.
When using from __future__ import print_function
, the parser/lexer still thinks later uses of print
are a keyword, and not a name token.