Skip to content

Bytecode updates for match statements #5491

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
6 tasks
arihant2math opened this issue Jan 23, 2025 · 0 comments
Closed
6 tasks

Bytecode updates for match statements #5491

arihant2math opened this issue Jan 23, 2025 · 0 comments

Comments

@arihant2math
Copy link
Collaborator

arihant2math commented Jan 23, 2025

When implementing #5485 I ran into the problem of opcodes simply not existing. This enumerates the opcodes needed for full support of match statements

  • NOP
  • SWAP
  • MATCH_KEYS
  • MATCH_MAPPING
  • MATCH_SEQUENCE
  • MATCH_CLASS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant