Change mp_compile so that it returns a function object for the module.

This commit is contained in:
Damien George
2014-01-03 14:22:03 +00:00
parent 14f945c2ca
commit 1fb031744f
13 changed files with 62 additions and 71 deletions

View File

@@ -1 +1 @@
bool mp_compile(mp_parse_node_t pn, bool is_repl);
mp_obj_t mp_compile(mp_parse_node_t pn, bool is_repl);