aboutsummaryrefslogtreecommitdiff
path: root/py/emitglue.h
AgeCommit message (Expand)Author
2014-05-12py: Remove emit_glue init and deinit. Needed only for debugging.Damien George
2014-05-10py: Combine native emitters to 1 glue function; distinguish viper.Damien George
2014-05-10py: Rename byte_code to bytecode everywhere.Damien George
2014-05-03Add license header to (almost) all files.Damien George
2014-04-27py: Implement keyword-only args.Damien George
2014-04-20py: Making closures now passes pointer to stack, not a tuple for vars.Damien George
2014-04-13py: Remove unique_codes from emitglue.c. Replace with pointers.Damien George
2014-03-29py: Free unique_code slot for outer module.Damien George
2014-03-27py: Factor out code from runtime.c to emitglue.c.Damien George