Update README.md

This commit is contained in:
Jeong, YunWon 2025-08-20 16:01:01 +09:00 committed by GitHub
parent a8a2f0afcc
commit c239f45b18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
# RustPython parser as a library # RustPython parser as a library
This project is forked from [RustPython][RustPython] project. The parser is one of the core parts of [RustPython] and was one of the core parts of the [Ruff] project. This project is forked from [RustPython][RustPython] project. The parser was one of the core parts of [RustPython] and the [Ruff] project. Now it is superseded by https://github.com/astral-sh/ruff/tree/v0.4.10/crates/ruff_python_parser
We try to keep these crates as a well-packaged library for more potential users. We try to keep these crates as a well-packaged library for more potential users.