Module python_ast::preprocessor [] [src]

Useful TkSlice transformations before parsing with Parser which would otherwise complicate tokenizing or parsing.

Reexports

pub use self::traits::Preprocessor;
pub use self::blockscope::BlockScopePreprocessor;

Modules

blockscope

Discover scoping as a preprocessing step to reduce the need to carry around extra state in either the Lexer or Parser.

traits