Alberto Berti
Alberto Berti
I've done just that in my branch... ;-)
I must say that I don't like so much putting HTML into python code because of the mix of the two "major modes" and the fact that really that HTML...
Sorry, some kind of adaptation of pj would be required anyway, but it's unclear what would be the best path to follow: the first would be to translate the Python...
It would be indeed much more simpler, unfortunately the standard Python's AST parser trashes all the comments. I want to use the typed_ast module to do type inference and it...
It seems that typed_ast only allows comments on some lines, like def statements... and never on import statements.. @Lawouach that coverage library that you mentioned uses redbaron?
Brython and Skulpt are not even transpilers, they are Python interpreters written in JavaScript. Transcrypt and the others are more similar to JavaScripthon, but they do not target ES6. I...
No, the idea is good but i just don't have the time to do it.
@SpotlightKid , @icarito, with the release of the new version I have added a bullet list with the main features of JavaScripthon. Let me know what you think of it
Documentation? you mean some kind of comment?
Transcrypt marks the regions of code containing the aritmetic expressions so that the transpiler knows when to transform them so that any possible per-type override is taken into consideration. The...