flexxui / pscript

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

Consider using bytecode instead of AST #41

Open almarklein opened 4 years ago

almarklein commented 4 years ago

Currently, PScript parses the Python AST to generate JavaScript. It may be advantageous to use bytecode instead. Considerations: