rainwoodman / tinypy

tpy, a pet python forked from tinypy
Other
21 stars 5 forks source link

Crazy autobuild #20

Closed mxlgv closed 3 years ago

mxlgv commented 3 years ago

Using python to build is somehow abnormal. Maybe it's worth using "Make".

rainwoodman commented 3 years ago

We already use make.

However, the makefile has a python dependency. make calls the system python to run the tinypy.compiler package to compile the .py files of the tinypy.compiler to bytecode for embedding into tpy as a module.

rofl0r commented 3 years ago

make calls the system python to run the tinypy.compiler package to compile the .py files of the tinypy.compiler to bytecode for embedding into tpy as a module.

do you think it's possible this could be done by tinypy itself ?