mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-26 06:24:29 +00:00
Refactor Mode and partial parser/codegen for eval/exec
This commit is contained in:
parent
9c229ebb99
commit
3690272256
5 changed files with 7 additions and 2 deletions
|
@ -11,7 +11,6 @@ type IndexSet<T> = indexmap::IndexSet<T, ahash::RandomState>;
|
|||
pub mod compile;
|
||||
pub mod error;
|
||||
pub mod ir;
|
||||
pub mod mode;
|
||||
pub mod symboltable;
|
||||
|
||||
pub use compile::{CompileOpts, Mode};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue