``` #coding: pythonql print([ select y for x in [1,2,3] let y = x**2 ]) ``` crashes with the Python 2 version of the parser
crashes with the Python 2 version of the parser