0.9.30
- add
config
argument to Interpreter to more fully control which nodes are supported - add support for
import
andimportfrom
-- off by default - add support for with blocks
- add support for f-strings
- add support of set and dict comprehension
- fix bug with 'int**int' not returning a float.