Split rustpython_derive into multiple files

This commit is contained in:
coolreader18
2019-03-30 18:43:31 -05:00
parent d9efe4ea37
commit f11f04da70
4 changed files with 390 additions and 377 deletions

View File

@@ -30,7 +30,9 @@ extern crate statrs;
extern crate rustpython_parser;
#[macro_use]
pub extern crate rustpython_derive;
extern crate rustpython_derive;
pub use rustpython_derive::*;
//extern crate eval; use eval::eval::*;
// use py_code_object::{Function, NativeType, PyCodeObject};