ioistired/import-expression

consider using parso

Closed this issue · 0 comments

Parso is a python AST parser/unparser that could eliminate the need for our custom lexer and parser hack. It's an AST that recovers from errors. If this would work for our use case it would simplify the code base a lot.