Replies: 1 comment
-
The main reason is that their recursive descent parser for Python ASTs was faster and more robust than the RustPython parser. They don't publish on crates.io (at least not when I added the dep) so we just use them as a git dependency through cargo. More details here: https://www.gauge.sh/blog/parsing-python-asts-20x-faster-with-rust |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Title
Beta Was this translation helpful? Give feedback.
All reactions