Open chess-equality opened 5 years ago
Sorry for the late response, but we need more information on this one.
The problem is that print x
is Python 2 syntax (as opposed to print(x)
in Python 3).
At the same time the annotation syntax (param: 'int'
) is invalid in Python 2 as far as I'm aware.
The question is, have you seen those files in the wild? Or was it an example to test Babelfish?
I have the following function:
Parsing this with the
BblfshClient
results in the following exception: