Skip to content
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

Python tree sitter: Compound Conditionals #875

Open
2 tasks
Tracked by #489
titomeister opened this issue Apr 2, 2024 · 1 comment · May be fixed by #861
Open
2 tasks
Tracked by #489

Python tree sitter: Compound Conditionals #875

titomeister opened this issue Apr 2, 2024 · 1 comment · May be fixed by #861
Assignees
Labels

Comments

@titomeister
Copy link
Contributor

titomeister commented Apr 2, 2024

Analyzing the feature parity of tree-sitter to CAST against PyAST2CAST revealed that support for Compound Conditional generation was missing. This issue is to track the missing feature, and to make sure it gets done, as part of the effort to port PyAST2CAST to tree-sitter generation.

Tasks

  1. lang/Python tests
    titomeister
@titomeister
Copy link
Contributor Author

Update 4/2/2024

  • The work for generating CAST for the idioms is coming along well, it need some more work but it's getting close.
  • The unit tests have been written, but need some refining to make sure they sync up with the generation once that's done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant