mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-10 06:35:17 +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
|
@ -18,7 +18,7 @@ use rustpython_ast as ast;
|
|||
use rustpython_bytecode::{self as bytecode, CodeObject, ConstantData, Instruction};
|
||||
use std::borrow::Cow;
|
||||
|
||||
pub use crate::mode::Mode;
|
||||
pub use rustpython_bytecode::Mode;
|
||||
|
||||
type CompileResult<T> = Result<T, CompileError>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue