โ— Shell
clean mode source โ†—

rustpython_parser::parser - Rust

[โˆ’][src]Module rustpython_parser::parser

Python parsing.

Use this module to parse python code into an AST. There are three ways to parse python code. You could parse a whole program, a single statement, or a single expression.

Re-exports

pub use crate::mode::Mode;

Functions