mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-15 17:15:24 +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
|
@ -6,6 +6,9 @@ use rustpython_parser::{
|
|||
};
|
||||
use std::fmt;
|
||||
|
||||
pub use rustpython_bytecode::Mode;
|
||||
pub use rustpython_codegen::compile::CompileOpts;
|
||||
|
||||
#[derive(Debug, thiserror::Error)]
|
||||
pub enum CompileErrorType {
|
||||
#[error(transparent)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue