Mercurial > python-compiler.rs
diff src/main.rs @ 88:5923cd4bfc36
Remove bitrotten code.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Wed, 22 Jun 2016 23:09:12 +0100 |
parents | d255a932553f |
children | 4e62a8927dcc |
line wrap: on
line diff
--- a/src/main.rs +++ b/src/main.rs @@ -5,7 +5,6 @@ mod tests; mod python_tb; mod python_parse; -mod python_dump; mod python_ast; mod ast_convert; mod ast_dump; @@ -50,7 +49,6 @@ fn main() { } }; - //python_dump::dump_module(&module); let module_ast = ast_convert::convert_ast("__main__".to_string(), &module); println!("{}", ast_dump::dump_ast(&module_ast)); //let scoped_ast = ast_scope::scope_ast(vec!(module_ast));