This is a Improvement Request or Feature Request, if you will.
IMHO, the program should employ AST instead of parsing text
http://docs.python.org/2/library/ast.html
You just have to ask Python to load the program to be converted.
Python will return an AST for the program loaded.
Then you visit the tree and generate Scala code.
Original issue reported on code.google.com by rgomes.i...@gmail.com on 21 Nov 2013 at 5:11
Original issue reported on code.google.com by
rgomes.i...@gmail.com
on 21 Nov 2013 at 5:11