Crate python_ast
source ·Re-exports§
pub use ast::*;pub use codegen::*;pub use isidentifier::*;pub use scope::*;pub use symbols::*;pub use parser::*;pub use result::*;pub use datamodel::*;
Modules§
- python-ast-rs
- Code generation for Python ASTs.
- Module representing the Python Data Model in Rust form. See: here.
- This module uses Python to determine if a given string is a valid Python identifier or not. See here
- Implements a Python-compatilble symbol table for Rust.
Type Aliases§
- Represents the result of a Python call.