You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has already been been fixed here. But just to remind you what the error was:
File "sd-example.py", line 13, in
from parcon.railroad import Then, Or, Token, Loop, Bullet, Nothing
File "/usr/local/lib/python3.5/dist-packages/parcon/init.py", line 409
position, e = max(expected, key=lambda (position, _): position)
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
This has already been been fixed here. But just to remind you what the error was:
File "sd-example.py", line 13, in
from parcon.railroad import Then, Or, Token, Loop, Bullet, Nothing
File "/usr/local/lib/python3.5/dist-packages/parcon/init.py", line 409
position, e = max(expected, key=lambda (position, _): position)
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: