moshmosh icon indicating copy to clipboard operation
moshmosh copied to clipboard

An amazing syntax extension system in pure Python, the way to coding efficiency.

Results 8 moshmosh issues
Sort by recently updated
recently updated
newest added

For making a better bootstrap, moshmosh should be able to rewritten by itself.

a pyc compiler triggering moshmosh extensions is needed for simpler packaging.

Suppose distutils already compiled source code with triggering moshmosh extensions, we can use module level constants(which can be unmarshalled and accessed without evaluating code), to indicate if this module is...

fix part of #13 ( don't know how to fix the second error ` _(:з」∠)_`

1. SyntaxWarning: "is not" with a literal https://docs.python.org/3.8/whatsnew/3.8.html#changes-in-python-behavior > The compiler now produces a SyntaxWarning when identity checks (is and is not) are used with certain types of literals (e.g....

uses of some essential syntax like unpacking are not supported in Python 3.4, thus initially supporting Py34 considered harmful.