pfff is mainly an OCaml API to write static analysis, dynamic analysis, code visualizations, code navigations, or style-preserving source-to-source transformations such as refactorings on source code.
I am attempting a migration from pfff python parsing to tree-sitter.
These changes enable that migration by changing the type, and removing the problematic parts of the existing pfff parser that would otherwise cause things to not type-check.
Security
[X] Change has no security implications (otherwise, ping the security team)
I am attempting a migration from
pfff
python parsing totree-sitter
.These changes enable that migration by changing the type, and removing the problematic parts of the existing
pfff
parser that would otherwise cause things to not type-check.Security