Skip to content
This repository was archived by the owner on Jul 27, 2023. It is now read-only.

Commit 205ee80

Browse files
authored
README (RustPython#47)
1 parent fc301ab commit 205ee80

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# RustPython parser as a library
2+
3+
This project is forked from [RustPython][RustPython] project. The parser is one of the core part of [RustPython] and [Ruff] project.
4+
5+
We try 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

Comments
 (0)