aizjForever / PyCPS

A CPS conversion tool for Python 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyCPS

A CPS conversion tool for Python 3

Requirements

The astor python package To install the requirements, please use pip3:

pip3 install -r requirements.txt

To Do

  • additional pass: fix the scope of variables and declare global when necessary
  • different lazy eval strategy: yield vs. lambda (): ...
  • In trans_while, need to figure out what nonlocal variables are used in order to update the defaults for the keyword args (done in additional pass)
  • Since we translate while loops to tail calls, return statements in the source while might cause problems

About

A CPS conversion tool for Python 3


Languages

Language:Python 100.0%