Module python_ast::parser
[−]
[src]
Take a slice of tokens TkSlice and convert it into an Ast.
Modules
| internal |
Structs
| ParsedAst |
Wraps an |
| Parser |
Create a Python AST from slice of Tokens created from the |
| ParserState |
Enums
| ParserError |
The custom result that happens when the parser is unable to parse a nested expression. |
| ParserResult |
The result type returned by |
Constants
| IS_NOT_BYTES | |
| IS_NOT_TKSLICE | |
| _IMPL_SERIALIZE_FOR_ParsedAst | |
| _IMPL_SERIALIZE_FOR_Parser | |
| _IMPL_SERIALIZE_FOR_ParserResult | |
| _IMPL_SERIALIZE_FOR_ParserState |