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
These codes are copied from : https://we-like-parsers.github.io/pegen/grammar.html
and I use python3.10 to parse but it failed, obvisouly, "ast.Module(body=a or [] " here lacks a ')' and there other issues such as
File "<unknown>", line 1
ast . Expr ( value = a , EXTRA )
^
SyntaxError: positional argument follows keyword argument
For full traceback, use -v
The text was updated successfully, but these errors were encountered:
These codes are copied from : https://we-like-parsers.github.io/pegen/grammar.html
and I use python3.10 to parse but it failed, obvisouly, "ast.Module(body=a or [] " here lacks a ')' and there other issues such as
The text was updated successfully, but these errors were encountered: