.. |
asmthumb.c
|
Support for for-loop in native thumb.
|
2013-11-03 14:25:43 +00:00 |
asmthumb.h
|
Support for for-loop in native thumb.
|
2013-11-03 14:25:43 +00:00 |
asmx64.c
|
Implement crude viper emit stage.
|
2013-10-07 00:02:49 +01:00 |
asmx64.h
|
Compiler computes labels and max_num_labels.
|
2013-10-05 13:44:41 +01:00 |
bc.h
|
Improve allocation of stack for byte code.
|
2013-11-05 22:16:22 +00:00 |
compile.c
|
Add optimisation for "for x in range".
|
2013-11-06 20:20:49 +00:00 |
compile.h
|
Implement REPL.
|
2013-10-18 19:58:12 +01:00 |
emit.h
|
Add local_num skeleton framework to deref/closure emit calls.
|
2013-10-20 15:07:49 +01:00 |
emitbc.c
|
Make byte code jumps relative.
|
2013-11-05 22:06:08 +00:00 |
emitcommon.c
|
Add local_num skeleton framework to deref/closure emit calls.
|
2013-10-20 15:07:49 +01:00 |
emitcpy.c
|
Add local_num skeleton framework to deref/closure emit calls.
|
2013-10-20 15:07:49 +01:00 |
emitinlinethumb.c
|
Implement more thumb branch instructions.
|
2013-11-03 13:58:19 +00:00 |
emitnative.c
|
Viper supports inplace add (trivial).
|
2013-11-06 17:11:07 +00:00 |
emitpass1.c
|
Separate out mpy core and unix version.
|
2013-10-12 14:30:21 +01:00 |
gc.c
|
Call gc_free in gc_realloc after allocating new block.
|
2013-10-23 21:03:27 +01:00 |
gc.h
|
Fix func decls with no arguments: () -> (void).
|
2013-10-23 20:20:17 +01:00 |
grammar.h
|
Add single_input rule to grammar, for REPL.
|
2013-10-18 19:56:48 +01:00 |
lexer.c
|
Improve REPL compount statement detection.
|
2013-10-22 22:32:27 +01:00 |
lexer.h
|
Integrate new lexer stream with stm framework.
|
2013-10-20 17:42:00 +01:00 |
malloc.c
|
Fix func decls with no arguments: () -> (void).
|
2013-10-23 20:20:17 +01:00 |
misc.c
|
Initial commit.
|
2013-10-04 19:53:11 +01:00 |
misc.h
|
Fixup include of stdarg and va_list definition.
|
2013-11-03 18:30:10 +00:00 |
nlr.h
|
Fix func decls with no arguments: () -> (void).
|
2013-10-23 20:20:17 +01:00 |
nlrthumb.s
|
NLR and Python exceptions work on the board.
|
2013-10-16 00:46:39 +01:00 |
nlrx64.s
|
Implement basic exception framework, and simple for loop.
|
2013-10-15 22:25:17 +01:00 |
nlrx86.s
|
Implement basic exception framework, and simple for loop.
|
2013-10-15 22:25:17 +01:00 |
parse.c
|
Add basic complex number support.
|
2013-11-02 19:47:57 +00:00 |
parse.h
|
Implement REPL.
|
2013-10-18 19:58:12 +01:00 |
qstr.c
|
Fix func decls with no arguments: () -> (void).
|
2013-10-23 20:20:17 +01:00 |
repl.c
|
Improve REPL compount statement detection.
|
2013-10-22 22:32:27 +01:00 |
repl.h
|
Improve REPL compount statement detection.
|
2013-10-22 22:32:27 +01:00 |
runtime.c
|
Built-in print function supports variable number of arguments.
|
2013-11-06 17:16:35 +00:00 |
runtime.h
|
Add simple var-arg functions; add simple string.format.
|
2013-11-03 18:20:56 +00:00 |
scope.c
|
Add local_num skeleton framework to deref/closure emit calls.
|
2013-10-20 15:07:49 +01:00 |
scope.h
|
Add local_num skeleton framework to deref/closure emit calls.
|
2013-10-20 15:07:49 +01:00 |
vm.c
|
Improve allocation of stack for byte code.
|
2013-11-05 22:16:22 +00:00 |
vstr.c
|
Add simple var-arg functions; add simple string.format.
|
2013-11-03 18:20:56 +00:00 |