Skip to content
Neppord edited this page Mar 4, 2011 · 1 revision

As for now py2js uses the built in parser and its AST that Python delivers. While a goal is to make the py2js compiler compile it self we are looking into getting a new one to the project.

The built in Python parser has some flaws:

ignores comments #this is ignored by ast.parse

Clone this wiki locally