Thanks to visit codestin.com
Credit goes to github.com

Skip to content

SyntaxError: match expression is not implemented yet at line 1 column 1 #4770

Closed
@anki-code

Description

@anki-code

Hello! Thank you for this incredible initiative!

I'm trying to run awesome python-powered xonsh shell using RustPython.
I removed all import ctype because it is not implemented yet (#1217).
But after this I'm facing with this error:

   ...
  File "/Users/usr/.local/lib/rustpython3.11/site-packages/xonsh/execer.py", line 9, in <module>
    from xonsh.parser import Parser
SyntaxError: match expression is not implemented yet at line 1 column 1
"""Implements the xonsh parser."""
^

What is "match expression" in this case?
Any plans to implement this?
Many thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-compilerArea: compilerA-vmArea: virtual machineC-bugSomething isn't workingC-compatA discrepancy between RustPython and CPython

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions