Skip to content
Neppord edited this page Mar 4, 2011 · 3 revisions

a table can be found at AST Table

Py2Py

The python ast can be very hard to understand some times. For those that understand my(Neppord) python code may be intrested in this project it is a python to python compiler and uses the same AST as py2js. This makes it easy to understand what the JavaScript code should correspond to.

http://github.com/Neppord/py2py

Clone this wiki locally