Add working MMA support.

This commit is contained in:
Damien
2013-10-23 22:17:26 +01:00
parent d2c1a732e5
commit 6f08f8ce51
4 changed files with 137 additions and 59 deletions

View File

@@ -99,6 +99,7 @@ void py_obj_print(py_obj_t o);
int rt_is_true(py_obj_t arg);
int py_get_int(py_obj_t arg);
qstr py_get_qstr(py_obj_t arg);
py_obj_t py_obj_new_int(int value);
py_obj_t rt_load_const_str(qstr qstr);
py_obj_t rt_load_name(qstr qstr);
py_obj_t rt_load_global(qstr qstr);