I have been reading some information about lexers in python 3. I liked Plex but it seems not to work with Python 3 (I can install it but it then fires up an error when I try to import it). I know it wasn't able to create AST trees (I was going to do that myself) but now that it seems that do not work I would like to know if there's a good Lexer lib capable of creating AST trees for python 3. I'm going to parse smali files if this is of interest.
Cheers.