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
Parser used for python is filbert which is fairly old (8 years old) and it seems that syntax is not supported by filbert. We could try to integrate another python parser.
Describe the bug
a "Unexpected token" error occurs on an ellipsis literal (
...
), which is valid python syntax: see https://docs.python.org/3/library/constants.html#EllipsisTo Reproduce
Steps to reproduce the behavior:
...
)Expected behavior
no error
Screenshots
Browser (please complete the following information):
astexplorer settings:
explorerSettingsV1
(code can be removed if you don't want it to be public):The text was updated successfully, but these errors were encountered: