[][src]Module rustpython_parser::ast

Implement abstract syntax tree nodes for the python language.

Roughly equivalent to this: https://docs.python.org/3/library/ast.html

Re-exports

pub use crate::location::Location;

Structs

ArgumentList
Comprehension
ExceptHandler
ImportSymbol
Keyword
Located
Parameter
Parameters
Program
WithItem

Enums

BooleanOperator
Comparison
ComprehensionKind
ConversionFlag

Transforms a value prior to formatting it.

ExpressionType
Number
Operator
StatementType

Abstract syntax tree nodes for python statements.

StringGroup
Top
UnaryOperator
Varargs

Type Definitions

Expression
Statement
Suite