https://github.com/rustpython/parser
https://github.com/rustpython/parser
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rustpython/parser
- Owner: RustPython
- License: mit
- Created: 2023-05-05T15:07:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-10T05:01:30.000Z (11 months ago)
- Last Synced: 2025-06-11T00:26:16.363Z (7 months ago)
- Language: Rust
- Size: 3.1 MB
- Stars: 98
- Watchers: 8
- Forks: 34
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
We try to keep these crates as a well-packaged library for more potential users.
## Projects
- [RustPython][RustPython] is a Python interpreter
- [Ruff][Ruff] is an extremely fast Python linter
- [Pylyzer][Pylyzer] is a static code analyzer / language server for Python
- [Baembal][Baembal] is a Python package to accelerate `ast.parse`
[RustPython]: https://github.com/RustPython/RustPython
[Ruff]: https://github.com/charliermarsh/ruff
[Pylyzer]: https://github.com/mtshiba/pylyzer
[Baembal]: https://github.com/youknowone/baembal