Jan Max Meyer
Jan Max Meyer
> Hope that's ok. Sure it is, don't feel stressed with it in any way. I think this implementation won't work with Transcrypt so far. Transcrypt has so many pitfalls...
Hi @Michael-F-Ellis, I've just updated my HTML parser to work both with CPython 3.7 and Transcrypt 3.7.5. I've put the pragmas above the docsctring because they produced different results with...
Hello @hoodmane, I think this feature can be useful. There should be a hint in the documentation about what's possible and where problems can occur (as you mentioned, with closures)....
Hi @redradist, I like the idea with the ``-Tag you used used here. But, as far as I can see, you're only evaluating the code directly provided inside the script-tags....
> Added downloading `Python` scripts from `script[src]` ;) Please provide a test suite for this. I'm sure that not all edge-cases are covered with this solution. What about imports, and...
@rth hi yeah I will take a look at it soon when there is some time.
Hi there, thanks for the update on this issue. I also went into this topic some weeks ago, and wanted to take another try with the latest Pyodide master soon...there...
hi @adriant, I think he means the Lemon parser generator which is part of the sqlite project. Lemon is a yacc-style LALR(1) parser generator with zero dependencies, as far as...
> Thank you for your answer, and based on it now I can guess why "colm" do not have a wider usage. Please note, that Colm's advantage is that it's...
Hey @mingodad, surely, many languages share the same expressional syntax and could be generalized as some kind of library. Anyway, every language has its specialities, and operator precedence behaviors. Python,...