Closed mxlgv closed 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.
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 ?
Using python to build is somehow abnormal. Maybe it's worth using "Make".