Refactor Mode and partial parser/codegen for eval/exec

This commit is contained in:
Jeong YunWon 2022-08-22 06:09:18 +09:00
parent 9c229ebb99
commit 3690272256
5 changed files with 7 additions and 2 deletions

View file

@ -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)]