flexxui / pscript

Python to JavaScript compiler
http://pscript.readthedocs.io
BSD 2-Clause "Simplified" License
256 stars 25 forks source link

try py3.7 #19

Closed almarklein closed 6 years ago

almarklein commented 6 years ago

Oh: "Constant folding is moved from peephole optimizer to new AST optimizer. (Contributed by Eugene Toder and INADA Naoki in bpo-29469)"

Nope, the problem was that docstrings are removed as expressions but end up as a docstring attribute on the ast node of module/function/class. I made commonast revert this.