forked from Rust-related/RustPython
8 lines
126 B
Rust
8 lines
126 B
Rust
extern crate python_compiler;
|
|
|
|
use python_compiler::python_compiler::compile;
|
|
|
|
fn main() {
|
|
println!("{:?}", compile());
|
|
}
|