Skip to content

RustPython/Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d2f137b · Feb 10, 2025
Aug 6, 2024
Jan 21, 2025
Oct 3, 2023
Oct 31, 2024
Jan 21, 2025
Jan 21, 2025
May 31, 2023
Aug 6, 2024
May 10, 2023
May 7, 2023
May 5, 2023
Feb 10, 2025
May 5, 2023
Jun 11, 2023

Repository files navigation

RustPython parser as a library

This project is forked from 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 is a Python interpreter
  • Ruff is an extremely fast Python linter
  • Pylyzer is a static code analyzer / language server for Python
  • Baembal is a Python package to accelerate ast.parse