Factorise EMIT_COMMON calls, mostly into emit_pass1.

This commit is contained in:
Damien
2013-10-05 14:17:09 +01:00
parent 054848a1b8
commit 4b03e77d4a
7 changed files with 108 additions and 195 deletions

View File

@@ -40,7 +40,7 @@ int main(int argc, char **argv) {
py_lexer_free(lex);
if (1) {
if (0) {
// execute it
py_obj_t module_fun = rt_make_function_from_id(1);
if (module_fun != py_const_none) {