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 a56f292626 Remove obsolete emitx64.c (now in emitnative.c). 11 years ago
..
.gitignore Oops: add emitpass1.c for new factorised emit code. 11 years ago
Makefile Native Python and Viper support for x64 and thumb all together. 11 years ago
asmthumb.c Add b_n opcode to inline thumb asm. 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 Rename vm.h to bc.h. 11 years ago
compile.c Improve indent/dedent error checking and reporting. 11 years ago
compile.h Initial commit. 11 years ago
emit.h Implement basic class/object functionality in runtime. 11 years ago
emitbc.c Simplify and improve function & method calling. 11 years ago
emitcommon.c Factorise EMIT_COMMON calls, mostly into emit_pass1. 11 years ago
emitcpy.c Implement basic class/object functionality in runtime. 11 years ago
emitinlinethumb.c Make runtime able to call inline asm with 1 argument. 11 years ago
emitnative.c Simplify and improve function & method calling. 11 years ago
emitpass1.c Oops: add emitpass1.c for new factorised emit code. 11 years ago
emitthumb.c Add support for inline thumb assembly. 11 years ago
grammar.h Initial commit. 11 years ago
lexer.c Improve indent/dedent error checking and reporting. 11 years ago
lexer.h Improve indent/dedent error checking and reporting. 11 years ago
lexerfile.c Initial commit. 11 years ago
machine.h Initial commit. 11 years ago
main.c Implement basic class/object functionality in runtime. 11 years ago
malloc.c Initial commit. 11 years ago
misc.c Initial commit. 11 years ago
misc.h Initial commit. 11 years ago
parse.c Improve indent/dedent error checking and reporting. 11 years ago
parse.h Initial commit. 11 years ago
qstr.c Initial commit. 11 years ago
runtime.c Wrap out-native code in preprocessor declarations. 11 years ago
runtime.h Simplify and improve function & method calling. 11 years ago
scope.c Implement built-in decorators to select emit type. 11 years ago
scope.h Implement built-in decorators to select emit type. 11 years ago
vm.c Simplify and improve function & method calling. 11 years ago