pub struct DummyVM { /* private fields */ }Expand description
Open the Python interpreter as a server and act as an Erg interpreter by mediating communication
Pythonインタープリタをサーバーとして開き、通信を仲介することでErgインタープリタとして振る舞う
Implementations§
Trait Implementations§
source§impl Runnable for DummyVM
impl Runnable for DummyVM
type Err = CompileError
type Errs = CompileErrors
const NAME: &'static str = "Erg interpreter"
fn cfg(&self) -> &ErgConfig
fn cfg_mut(&mut self) -> &mut ErgConfig
fn new(cfg: ErgConfig) -> Self
fn finish(&mut self)
source§fn initialize(&mut self)
fn initialize(&mut self)
Erase all but immutable information.