Are there any plans to support newer features in Python? In particular, I see that the parser will panic when it tries to read a type annotation like: ```python foo: int foo = 22 ```