Back to Ruff

Ruff Python Parser

crates/ruff_python_parser/README.md

0.15.201.4 KB
Original Source

Ruff Python Parser

Ruff's Python parser is a hand-written recursive descent parser which can parse Python source code into an Abstract Syntax Tree (AST). It also utilizes the Pratt parsing technique to parse expressions with different precedence.

Try out the parser in the playground.

Contributing

Refer to the contributing guidelines to get started and GitHub issues with the parser label for issues that need help.

Versioning

<!-- BEGIN GENERATED CRATE VERSIONING -->

This crate is an internal component of Ruff. The Rust API exposed here is unstable and will have frequent breaking changes.

This version (0.0.3) is a component of Ruff 0.15.20. The source can be found here.

See Ruff's crate versioning policy for details on versioning.

<!-- END GENERATED CRATE VERSIONING -->