mython icon indicating copy to clipboard operation
mython copied to clipboard

The Mython extensible variant of the Python programming language.

Results 5 mython issues
Sort by recently updated
recently updated
newest added

The last coding push I made got stuck trying to make the AST-ifier code in Mython work exactly like Python for 3.6, 3.7, and 3.8. Looking for help with getting...

enhancement
help wanted

Attempt to update the astify behemoth to Python 3.6, 3.7, and 3.8

Glad to see the old projects don't get completely neglected (*) (re: recent commit, even if a license one). I wonder, if it makes to add github link to http://mython.org/...

### mythonlang/mython now has a Chat Room on Gitter @jriehl has just created a chat room. You can visit it here: [https://gitter.im/mythonlang/mython](https://gitter.im/mythonlang/mython?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&content=body_link). This pull-request adds this badge to your README.md:...

When using `from __future__ import print_function`, the parser/lexer still thinks later uses of `print` are a keyword, and not a name token.