mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-31 07:38:04 +00:00
Correct README.md (#138)
--------- Co-authored-by: Jeong, YunWon <69878+youknowone@users.noreply.github.com>
This commit is contained in:
parent
d2f137b372
commit
18343073aa
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# RustPython parser as a library
|
||||
|
||||
This project is forked from [RustPython][RustPython] project. The parser is one of the core part of [RustPython] and [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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue