google / grumpy

Grumpy is a Python to Go source code transcompiler and runtime.
Apache License 2.0
10.56k stars 652 forks source link

pip-installable package #404

Open alanjds opened 6 years ago

alanjds commented 6 years ago

Changes the folders structure separating the Tools and the Runtime+Stdlib. Allows to test and publish both parts separately. The Tools are tested via pytest, not the Makefile.

The Tools are to be published as grumpy-tools package and Runtime as grumpy-runtime package.

TODO:

alanjds commented 6 years ago

I gave up on find: 'compiler': No such file or directory. Too little make skills here; too advanced Makefile there.

Contributions on this front are appreciated ;)

I do consider this PR merge-able.