[−][src]Crate rustpython_parser
Modules
| ast | Implement abstract syntax tree nodes for the python language. |
| error | Define internal parse error types The goal is to provide a matching and a safe error API, maksing errors from LALR |
| lexer | This module takes care of lexing python source text. This means source code is translated into separate tokens. |
| parser | |
| token | Different token definitions. Loosely based on token.h from CPython source: |