168 Commits (6db5cede06dfb580c5e4f6cdeb1796256969b4fb)

Author SHA1 Message Date
Damien d99b05282d Change object representation from 1 big union to individual structs. 11 years ago
Damien a1b2693161 py: remove further unnecessary emit_verbatim code. 11 years ago
Damien 9ecbcfff99 py: work towards working closures. 11 years ago
Damien 03c9cfb015 Make byte code jumps relative. 11 years ago
Damien 6addc89e55 Byte code for SMALL_INT uses 3 bytes for integer. 11 years ago
Damien 27fb45eb1c Add local_num skeleton framework to deref/closure emit calls. 11 years ago
Damien 7bbd110691 Remove line in emitbc.c to print code size. 11 years ago
Damien bd25445a82 Implement BC & runtime support for generator/yielding. 11 years ago
Damien c025ebb2dc Separate out mpy core and unix version. 11 years ago
Damien eb19efb27e Simplify and improve function & method calling. 11 years ago
Damien 7f5dacf345 Implement basic class/object in native code. 11 years ago
Damien a397776d6b Implement basic class/object functionality in runtime. 11 years ago
Damien 826005c60b Add support for inline thumb assembly. 11 years ago
Damien 6cdd3af601 Implement built-in decorators to select emit type. 11 years ago
Damien 4b03e77d4a Factorise EMIT_COMMON calls, mostly into emit_pass1. 11 years ago
Damien 054848a1b8 Compiler computes labels and max_num_labels. 11 years ago
Damien b05d707b23 Further factorise PASS_1 out of specific emit code. 11 years ago
Damien 415eb6f850 Restructure emit so it goes through a method table. 11 years ago
Damien 429d71943d Initial commit. 11 years ago