Damien
|
27fb45eb1c
|
Add local_num skeleton framework to deref/closure emit calls.
|
11 years ago |
Damien
|
5ac1b2efbd
|
Implement REPL.
|
11 years ago |
Damien
|
ce89a21ea4
|
Implement basic exception framework, and simple for loop.
|
11 years ago |
Damien
|
3ef4abb446
|
Change ifdef/if defined to simple if's.
|
11 years ago |
Damien
|
0efb3a1b66
|
Tidy up SMALL_INT optimisations and CPython compatibility.
|
11 years ago |
Damien
|
3a205179ea
|
Option in compile.c to emit compatible or not with CPython.
|
11 years ago |
Damien
|
c025ebb2dc
|
Separate out mpy core and unix version.
|
11 years ago |
Damien
|
91d387de7d
|
Improve indent/dedent error checking and reporting.
|
11 years ago |
Damien
|
13ed3a658d
|
Native Python and Viper support for x64 and thumb all together.
|
11 years ago |
Damien
|
3410be8035
|
Merge viper types with standard native emitter.
|
11 years ago |
Damien
|
7af3d19a3c
|
Implement crude viper emit stage.
|
11 years ago |
Damien
|
dc83382903
|
Make runtime able to call inline asm with 1 argument.
|
11 years ago |
Damien
|
b14de21fc8
|
Optimise typedargslist_name to not create a node if just an id.
|
11 years ago |
Damien
|
a2f2f7db1f
|
Almost supports arguments for inline asm functions.
|
11 years ago |
Damien
|
826005c60b
|
Add support for inline thumb assembly.
|
11 years ago |
Damien
|
5bfb759980
|
Incorporate emit_thumb into new emit framework.
|
11 years ago |
Damien
|
6cdd3af601
|
Implement built-in decorators to select emit type.
|
11 years ago |
Damien
|
4b03e77d4a
|
Factorise EMIT_COMMON calls, mostly into emit_pass1.
|
11 years ago |
Damien
|
054848a1b8
|
Compiler computes labels and max_num_labels.
|
11 years ago |
Damien
|
b05d707b23
|
Further factorise PASS_1 out of specific emit code.
|
11 years ago |
Damien
|
415eb6f850
|
Restructure emit so it goes through a method table.
|
11 years ago |
Damien
|
492d082455
|
Use macro EMIT_COMMON for emit_common calls.
|
11 years ago |
Damien
|
429d71943d
|
Initial commit.
|
11 years ago |