You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Damien f72fd0e875 Add optimisation for "for x in range". 11 years ago
..
asmthumb.c Support for for-loop in native thumb. 11 years ago
asmthumb.h Support for for-loop in native thumb. 11 years ago
asmx64.c Implement crude viper emit stage. 11 years ago
asmx64.h Compiler computes labels and max_num_labels. 11 years ago
bc.h Improve allocation of stack for byte code. 11 years ago
compile.c Add optimisation for "for x in range". 11 years ago
compile.h Implement REPL. 11 years ago
emit.h Add local_num skeleton framework to deref/closure emit calls. 11 years ago
emitbc.c Make byte code jumps relative. 11 years ago
emitcommon.c Add local_num skeleton framework to deref/closure emit calls. 11 years ago
emitcpy.c Add local_num skeleton framework to deref/closure emit calls. 11 years ago
emitinlinethumb.c Implement more thumb branch instructions. 11 years ago
emitnative.c Viper supports inplace add (trivial). 11 years ago
emitpass1.c Separate out mpy core and unix version. 11 years ago
gc.c Call gc_free in gc_realloc after allocating new block. 11 years ago
gc.h Fix func decls with no arguments: () -> (void). 11 years ago
grammar.h Add single_input rule to grammar, for REPL. 11 years ago
lexer.c Improve REPL compount statement detection. 11 years ago
lexer.h Integrate new lexer stream with stm framework. 11 years ago
malloc.c Fix func decls with no arguments: () -> (void). 11 years ago
misc.c Initial commit. 11 years ago
misc.h Fixup include of stdarg and va_list definition. 11 years ago
nlr.h Fix func decls with no arguments: () -> (void). 11 years ago
nlrthumb.s NLR and Python exceptions work on the board. 11 years ago
nlrx64.s Implement basic exception framework, and simple for loop. 11 years ago
nlrx86.s Implement basic exception framework, and simple for loop. 11 years ago
parse.c Add basic complex number support. 11 years ago
parse.h Implement REPL. 11 years ago
qstr.c Fix func decls with no arguments: () -> (void). 11 years ago
repl.c Improve REPL compount statement detection. 11 years ago
repl.h Improve REPL compount statement detection. 11 years ago
runtime.c Built-in print function supports variable number of arguments. 11 years ago
runtime.h Add simple var-arg functions; add simple string.format. 11 years ago
scope.c Add local_num skeleton framework to deref/closure emit calls. 11 years ago
scope.h Add local_num skeleton framework to deref/closure emit calls. 11 years ago
vm.c Improve allocation of stack for byte code. 11 years ago
vstr.c Add simple var-arg functions; add simple string.format. 11 years ago