ml4ai / skema

SKEMA: Scientific Knowledge Extraction and Model Analysis
https://ml4ai.github.io/skema/
Other
10 stars 4 forks source link

Python tree sitter: Compound Conditionals #875

Open titomeister opened 4 months ago

titomeister commented 4 months ago

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
- [ ] Implement compound conditional for Python in tree-sitter
- [ ] https://github.com/ml4ai/skema/issues/877
titomeister commented 4 months ago

Update 4/2/2024