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 5bfb759980 Incorporate emit_thumb into new emit framework. 11 years ago
..
.gitignore Restructure emit so it goes through a method table. 11 years ago
Makefile Incorporate emit_thumb into new emit framework. 11 years ago
asmthumb.c Incorporate emit_thumb into new emit framework. 11 years ago
asmthumb.h Incorporate emit_thumb into new emit framework. 11 years ago
asmx64.c Compiler computes labels and max_num_labels. 11 years ago
asmx64.h Compiler computes labels and max_num_labels. 11 years ago
compile.c Incorporate emit_thumb into new emit framework. 11 years ago
compile.h Initial commit. 11 years ago
emit.h Implement built-in decorators to select emit type. 11 years ago
emitbc.c Implement built-in decorators to select emit type. 11 years ago
emitcommon.c Factorise EMIT_COMMON calls, mostly into emit_pass1. 11 years ago
emitcpy.c Implement built-in decorators to select emit type. 11 years ago
emitthumb.c Incorporate emit_thumb into new emit framework. 11 years ago
emitx64.c Implement built-in decorators to select emit type. 11 years ago
grammar.h Initial commit. 11 years ago
lexer.c Initial commit. 11 years ago
lexer.h Initial commit. 11 years ago
lexerfile.c Initial commit. 11 years ago
machine.h Initial commit. 11 years ago
main.c Implement built-in decorators to select emit type. 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 Initial commit. 11 years ago
parse.h Initial commit. 11 years ago
qstr.c Initial commit. 11 years ago
runtime.c Implement built-in decorators to select emit type. 11 years ago
runtime.h Initial commit. 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 Further factorise PASS_1 out of specific emit code. 11 years ago
vm.h Further factorise PASS_1 out of specific emit code. 11 years ago