No description
Find a file
2023-12-28 01:06:17 +09:00
.github/workflows Replace num-bigint with malachite-bigint (#18) 2023-06-02 17:06:18 +09:00
ast Clean up Cargo.toml and bump dependency versions (#104) 2023-10-03 20:50:52 +09:00
ast-pyo3 Clean up Cargo.toml and bump dependency versions (#104) 2023-10-03 20:50:52 +09:00
core Clean up Cargo.toml and bump dependency versions (#104) 2023-10-03 20:50:52 +09:00
format Clean up Cargo.toml and bump dependency versions (#104) 2023-10-03 20:50:52 +09:00
literal Clean up Cargo.toml and bump dependency versions (#104) 2023-10-03 20:50:52 +09:00
parser Clean up Cargo.toml and bump dependency versions (#104) 2023-10-03 20:50:52 +09:00
scripts Parse for expr and stmt variants + identifier, constant (#78) 2023-05-31 20:03:46 +09:00
vendored Fix the invalid license name for cargo-deny (#110) 2023-12-28 00:59:03 +09:00
.cspell.json Setup spell checker 2023-05-10 17:57:15 +09:00
.gitattributes gitattribute 2023-05-07 17:20:52 +09:00
.gitignore Set up workspace - Forked from 2023-05-05 23:49:50 +09:00
Cargo.toml malachite-bigint 0.2.0 2023-12-28 01:06:17 +09:00
LICENSE Set up workspace - Forked from 2023-05-05 23:49:50 +09:00
README.md Add Pylyzer 2023-06-11 21:56:59 +09:00

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