grumpyhome / grumpy

Grumpy is a Python to Go source code transcompiler and runtime.
Apache License 2.0
420 stars 18 forks source link

Go keywords on Python module names are changed to not clash #125

Closed alanjds closed 5 years ago

alanjds commented 5 years ago

Fixes #124

The module struct still does not compile, but is because _struct is a C module, not because its name is not compatible with Grumpy way to deal with Go.