News

First, you can’t just transport straight C for loops into Python. ... That attempt used an odd feature to examine the interpreter’s tree structure for the code and then modify it.
This PR introduces support for generating CAST for Loops (for/while) using tree-sitter, as part of the ongoing effort to port over the Python AST to CAST generation to using tree-sitter. ### Python ...