We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc301ab commit c775422Copy full SHA for c775422
README.md
@@ -0,0 +1,15 @@
1
+# RustPython parser as a library
2
+
3
+This project is forked from [RustPython][RustPython] project. The parser one of the core part of [RustPython] and [Ruff] project.
4
5
+We tries to keep these crates as a well-packaged library for more potential users.
6
7
+## Projects
8
9
+- [RustPython][RustPython] is a Python interpreter
10
+- [Ruff][Ruff] is an extremely fast Python linter
11
+- [Baembal][Baembal] is a Python package to accelerate `ast.parse`
12
13
+[RustPython]: https://github.com/RustPython/RustPython
14
+[Ruff]: https://github.com/charliermarsh/ruff
15
+[Baembal]: https://github.com/youknowone/baembal
0 commit comments