[][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 super::lexer::Location;

Structs

Comprehension
ExceptHandler
ImportSymbol
Keyword
Located
Parameter
Parameters
Program
SingleImport
WithItem

Enums

BooleanOperator
Comparison
ComprehensionKind
ConversionFlag

Transforms a value prior to formatting it.

Expression
Number
Operator
Statement

Abstract syntax tree nodes for python statements.

StringGroup
Top
UnaryOperator
Varargs

Type Definitions

LocatedStatement