- f72fd0e Add optimisation for "for x in range". by Damien · 12 years ago
- 5bf32c3 Built-in print function supports variable number of arguments. by Damien · 12 years ago
- ae0bc08 Viper supports inplace add (trivial). by Damien · 12 years ago
- 40fdfe3 Improve allocation of stack for byte code. by Damien · 12 years ago
- 03c9cfb Make byte code jumps relative. by Damien · 12 years ago
- 6addc89 Byte code for SMALL_INT uses 3 bytes for integer. by Damien · 12 years ago
- 96a0add Fixup include of stdarg and va_list definition. by Damien · 12 years ago
- 2f06c57 Add simple var-arg functions; add simple string.format. by Damien · 12 years ago
- 33af3bf Change Py API names, py_get_* -> py_obj_get_*. by Damien · 12 years ago
- 9b9e996 Support for for-loop in native thumb. by Damien · 12 years ago
- 1a6633a Implement more thumb branch instructions. by Damien · 12 years ago
- d57eba5 Add user object to runtime. by Damien · 12 years ago
- 6ba1314 Fix bug: emit native didn't clear last_was_return in label_assign. by Damien · 12 years ago
- 7410e44 Add basic complex number support. by Damien · 12 years ago
- e0b1864 Small hack to temporarily fix allocation of unique_code slots. by Damien · 12 years ago
- ccfc9c5 Py runtime: list.append returns None. by Damien · 12 years ago
- 4ebb32f Implement: str.join, more float support, ROT_TWO in VM. by Damien · 12 years ago
- 2839168 Add py_get_array_fixed_n function. by Damien · 12 years ago
- 6f08f8c Add working MMA support. by Damien · 12 years ago
- d2c1a73 Call gc_free in gc_realloc after allocating new block. by Damien · 12 years ago
- 8b3a7c2 Fix func decls with no arguments: () -> (void). by Damien · 12 years ago
- 9fc7933 Add py_get_qstr. by Damien · 12 years ago
- ec63cce Add simple support for C modules. by Damien · 12 years ago
- 92c0656 Improve REPL compount statement detection. by Damien · 12 years ago
- bb5316b gc: reserve first block; lexer: free vstr. by Damien · 12 years ago
- fd8b6bc Add gc_free function to force a block to be freed. by Damien · 12 years ago
- 7b2d3f3 Implement some more operators, mostly for small ints. by Damien · 12 years ago
- f086ecf Shrink py_obj_base_t size to 4 machine words. by Damien · 12 years ago
- eefcc79 Clear ATBs on gc_init; better gc_info. by Damien · 12 years ago
- dcced92 Add mark-sweep garbage collector. by Damien · 12 years ago
- fa2162b Integrate new lexer stream with stm framework. by Damien · 12 years ago
- 27fb45e Add local_num skeleton framework to deref/closure emit calls. by Damien · 12 years ago
- a5185f4 Abstract out back-end stream functionality from lexer. by Damien · 12 years ago
- 68f59a9 Add vstr and its functions. by Damien · 12 years ago
- df4b4f3 Make grammar rules const so the go in .text section. by Damien · 12 years ago
- 4d7adce Remove obsolete emitthumb.c (now use emitnative.c). by Damien · 12 years ago
- 1595f32 Make rt_fun_table const, so it goes in .text section. by Damien · 12 years ago
- 5ac1b2e Implement REPL. by Damien · 12 years ago
- 7bbd110 Remove line in emitbc.c to print code size. by Damien · 12 years ago
- 3997be4 Add single_input rule to grammar, for REPL. by Damien · 12 years ago
- 9f770c6 Fix up insertion of newline at end of lexer stream. by Damien · 12 years ago
- d2755ec Add iterators and comprehension to emitnative. by Damien · 12 years ago
- c12aa46 Add SET_ADD opcode to VM. by Damien · 12 years ago
- 5fd0966 Add MAP_ADD opcode to VM. by Damien · 12 years ago
- bd25445 Implement BC & runtime support for generator/yielding. by Damien · 12 years ago
- c226dca Support tuples and list comprehension, albeit crude. by Damien · 12 years ago
- 152568b NLR and Python exceptions work on the board. by Damien · 12 years ago
- c9f9197 Crude try-except working. by Damien · 12 years ago
- ce89a21 Implement basic exception framework, and simple for loop. by Damien · 12 years ago
- 3ef4abb Change ifdef/if defined to simple if's. by Damien · 12 years ago
- 0efb3a1 Tidy up SMALL_INT optimisations and CPython compatibility. by Damien · 12 years ago
- 3a20517 Option in compile.c to emit compatible or not with CPython. by Damien · 12 years ago
- c025ebb Separate out mpy core and unix version. by Damien · 12 years ago
- a56f292 Remove obsolete emitx64.c (now in emitnative.c). by Damien · 12 years ago
- a1ddfcc Wrap out-native code in preprocessor declarations. by Damien · 12 years ago
- eb19efb Simplify and improve function & method calling. by Damien · 12 years ago
- 5609cca Rename vm.h to bc.h. by Damien · 12 years ago
- 7f5dacf Implement basic class/object in native code. by Damien · 12 years ago
- a397776 Implement basic class/object functionality in runtime. by Damien · 12 years ago
- 91d387d Improve indent/dedent error checking and reporting. by Damien · 12 years ago
- ff8ed77 Improve push/pop and register usage for native emit. by Damien · 12 years ago
- 13ed3a6 Native Python and Viper support for x64 and thumb all together. by Damien · 12 years ago
- 3410be8 Merge viper types with standard native emitter. by Damien · 12 years ago
- acbf9a5 Rename r64->reg, i64->imm. by Damien · 12 years ago
- 016f75f Add comments. by Damien · 12 years ago
- 7af3d19 Implement crude viper emit stage. by Damien · 12 years ago
- e4af64f Functions to convert values to/from inline asm. by Damien · 12 years ago
- dc83382 Make runtime able to call inline asm with 1 argument. by Damien · 12 years ago
- 03d4124 Add b_n opcode to inline thumb asm. by Damien · 12 years ago
- b14de21 Optimise typedargslist_name to not create a node if just an id. by Damien · 12 years ago
- a2f2f7d Almost supports arguments for inline asm functions. by Damien · 12 years ago
- 5fa5ae4 Make range of small int 24 bits. by Damien · 12 years ago
- 39cf328 Oops: add emitpass1.c for new factorised emit code. by Damien · 12 years ago
- 826005c Add support for inline thumb assembly. by Damien · 12 years ago
- 5bfb759 Incorporate emit_thumb into new emit framework. by Damien · 12 years ago
- 6cdd3af Implement built-in decorators to select emit type. by Damien · 12 years ago
- 4b03e77 Factorise EMIT_COMMON calls, mostly into emit_pass1. by Damien · 12 years ago
- 054848a Compiler computes labels and max_num_labels. by Damien · 12 years ago
- b05d707 Further factorise PASS_1 out of specific emit code. by Damien · 12 years ago
- 415eb6f Restructure emit so it goes through a method table. by Damien · 12 years ago
- 492d082 Use macro EMIT_COMMON for emit_common calls. by Damien · 12 years ago
- d69adc1 Small fixes to Makefile. by Damien · 12 years ago
- 429d719 Initial commit. by Damien · 12 years ago