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 7bbd110691 Remove line in emitbc.c to print code size. 11 years ago
..
asmthumb.c Separate out mpy core and unix version. 11 years ago
asmthumb.h Add b_n opcode to inline thumb asm. 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 Implement BC & runtime support for generator/yielding. 11 years ago
compile.c Implement basic exception framework, and simple for loop. 11 years ago
compile.h Initial commit. 11 years ago
emit.h Implement basic class/object functionality in runtime. 11 years ago
emitbc.c Remove line in emitbc.c to print code size. 11 years ago
emitcommon.c Separate out mpy core and unix version. 11 years ago
emitcpy.c Change ifdef/if defined to simple if's. 11 years ago
emitinlinethumb.c Change ifdef/if defined to simple if's. 11 years ago
emitnative.c Add iterators and comprehension to emitnative. 11 years ago
emitpass1.c Separate out mpy core and unix version. 11 years ago
emitthumb.c Change ifdef/if defined to simple if's. 11 years ago
grammar.h Add single_input rule to grammar, for REPL. 11 years ago
lexer.c Fix up insertion of newline at end of lexer stream. 11 years ago
lexer.h Improve indent/dedent error checking and reporting. 11 years ago
lexerfile.c Initial commit. 11 years ago
malloc.c Initial commit. 11 years ago
misc.c Initial commit. 11 years ago
misc.h Initial commit. 11 years ago
nlr.h NLR and Python exceptions work on the board. 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 Tidy up SMALL_INT optimisations and CPython compatibility. 11 years ago
parse.h Tidy up SMALL_INT optimisations and CPython compatibility. 11 years ago
qstr.c Initial commit. 11 years ago
runtime.c Add iterators and comprehension to emitnative. 11 years ago
runtime.h Add iterators and comprehension to emitnative. 11 years ago
scope.c Separate out mpy core and unix version. 11 years ago
scope.h Implement built-in decorators to select emit type. 11 years ago
vm.c Add SET_ADD opcode to VM. 11 years ago