During this week, I've implemented the cimport statement. Cimported modules are compiled to python files just like pyxs files are. I then transform cimports into standard python imports.
Right now, compiled files are just printed to stdin, so I'm now working on creating real files (one per module as opposed to what is done for the C/C++ backend).
Hey are you still working on it? :)
ReplyDeleteI do yes, not as much as I should but there's slow progress
Deletei'm interestet in using this, as it is hard to find a webhost that allows to compile and run binaries. pure python is more appropriate for really small webprojects.
ReplyDelete