Mercurial > python-compiler.rs
comparison src/main.rs @ 23:5a7c3393382b
Add a simple test for ast.Assign.
author | Bastien Orivel <eijebong@bananium.fr> |
---|---|
date | Fri, 03 Jun 2016 19:06:57 +0200 |
parents | 25b202005d1d |
children | d255a932553f |
comparison
equal
deleted
inserted
replaced
22:25b202005d1d | 23:5a7c3393382b |
---|---|
1 extern crate cpython; | 1 extern crate cpython; |
2 | |
3 #[cfg="test"] | |
4 mod tests; | |
2 | 5 |
3 mod python_tb; | 6 mod python_tb; |
4 mod python_parse; | 7 mod python_parse; |
5 mod python_dump; | 8 mod python_dump; |
6 mod python_ast; | 9 mod python_ast; |