Damien
|
3997be444c
|
Add single_input rule to grammar, for REPL.
|
2013-10-18 19:56:48 +01:00 |
Damien
|
9f770c658f
|
Fix up insertion of newline at end of lexer stream.
|
2013-10-18 19:54:31 +01:00 |
Damien
|
4a175e1f11
|
Fix up linker script; improve startup code; printf to USB.
|
2013-10-17 22:50:21 +01:00 |
Damien
|
d2755ec538
|
Add iterators and comprehension to emitnative.
|
2013-10-16 23:58:48 +01:00 |
Damien
|
c12aa468a1
|
Add SET_ADD opcode to VM.
|
2013-10-16 20:57:49 +01:00 |
Damien
|
5fd09668b7
|
Add MAP_ADD opcode to VM.
|
2013-10-16 20:54:01 +01:00 |
Damien
|
bd25445a82
|
Implement BC & runtime support for generator/yielding.
|
2013-10-16 20:39:12 +01:00 |
Damien
|
c226dca1f7
|
Support tuples and list comprehension, albeit crude.
|
2013-10-16 16:12:52 +01:00 |
Damien
|
152568bcb6
|
NLR and Python exceptions work on the board.
|
2013-10-16 00:46:39 +01:00 |
Damien
|
c9f91976e1
|
Crude try-except working.
|
2013-10-15 23:46:01 +01:00 |
Damien
|
ce89a21ea4
|
Implement basic exception framework, and simple for loop.
|
2013-10-15 22:25:17 +01:00 |
Damien
|
5dd455d06d
|
Change VID/PID info so USB works on Windows.
|
2013-10-14 00:03:29 +01:00 |
Damien
|
fee89d520f
|
Implement crude but functional CDC + MSC USB device.
|
2013-10-13 19:02:15 +01:00 |
Damien
|
ed65605edc
|
Inital commit of stm32f4xx framework.
|
2013-10-13 00:42:20 +01:00 |
Damien
|
3ef4abb446
|
Change ifdef/if defined to simple if's.
|
2013-10-12 16:53:13 +01:00 |
Damien
|
0efb3a1b66
|
Tidy up SMALL_INT optimisations and CPython compatibility.
|
2013-10-12 16:16:56 +01:00 |
Damien
|
3a205179ea
|
Option in compile.c to emit compatible or not with CPython.
|
2013-10-12 15:01:56 +01:00 |
Damien
|
c025ebb2dc
|
Separate out mpy core and unix version.
|
2013-10-12 14:30:21 +01:00 |
Damien
|
a56f292626
|
Remove obsolete emitx64.c (now in emitnative.c).
|
2013-10-10 23:30:29 +01:00 |
Damien
|
a1ddfcc213
|
Wrap out-native code in preprocessor declarations.
|
2013-10-10 23:25:50 +01:00 |
Damien
|
eb19efb27e
|
Simplify and improve function & method calling.
|
2013-10-10 22:06:54 +01:00 |
Damien
|
5609cca2ce
|
Rename vm.h to bc.h.
|
2013-10-10 20:00:08 +01:00 |
Damien
|
7f5dacf345
|
Implement basic class/object in native code.
|
2013-10-10 11:24:39 +01:00 |
Damien
|
a397776d6b
|
Implement basic class/object functionality in runtime.
|
2013-10-09 23:10:10 +01:00 |
Damien
|
91d387de7d
|
Improve indent/dedent error checking and reporting.
|
2013-10-09 15:09:52 +01:00 |
Damien
|
ff8ed77cc1
|
Improve push/pop and register usage for native emit.
|
2013-10-08 22:18:32 +01:00 |
Damien
|
13ed3a658d
|
Native Python and Viper support for x64 and thumb all together.
|
2013-10-08 09:05:10 +01:00 |
Damien
|
3410be8035
|
Merge viper types with standard native emitter.
|
2013-10-07 23:09:10 +01:00 |
Damien
|
acbf9a50d0
|
Rename r64->reg, i64->imm.
|
2013-10-07 21:52:14 +01:00 |
Damien
|
016f75f434
|
Add comments.
|
2013-10-07 21:22:39 +01:00 |
Damien
|
7af3d19a3c
|
Implement crude viper emit stage.
|
2013-10-07 00:02:49 +01:00 |
Damien
|
e4af64f307
|
Functions to convert values to/from inline asm.
|
2013-10-06 12:04:13 +01:00 |
Damien
|
dc83382903
|
Make runtime able to call inline asm with 1 argument.
|
2013-10-06 01:01:01 +01:00 |
Damien
|
03d4124320
|
Add b_n opcode to inline thumb asm.
|
2013-10-06 00:36:05 +01:00 |
Damien
|
b14de21fc8
|
Optimise typedargslist_name to not create a node if just an id.
|
2013-10-06 00:28:28 +01:00 |
Damien
|
a2f2f7db1f
|
Almost supports arguments for inline asm functions.
|
2013-10-06 00:14:13 +01:00 |
Damien
|
5fa5ae40be
|
Make range of small int 24 bits.
|
2013-10-06 00:13:15 +01:00 |
Damien
|
39cf3285c7
|
Oops: add emitpass1.c for new factorised emit code.
|
2013-10-05 23:18:38 +01:00 |
Damien
|
826005c60b
|
Add support for inline thumb assembly.
|
2013-10-05 23:17:28 +01:00 |
Damien
|
5bfb759980
|
Incorporate emit_thumb into new emit framework.
|
2013-10-05 18:41:24 +01:00 |
Damien
|
6cdd3af601
|
Implement built-in decorators to select emit type.
|
2013-10-05 18:08:26 +01:00 |
Damien
|
4b03e77d4a
|
Factorise EMIT_COMMON calls, mostly into emit_pass1.
|
2013-10-05 14:17:09 +01:00 |
Damien
|
054848a1b8
|
Compiler computes labels and max_num_labels.
|
2013-10-05 13:44:41 +01:00 |
Damien
|
b05d707b23
|
Further factorise PASS_1 out of specific emit code.
|
2013-10-05 13:37:10 +01:00 |
Damien
|
415eb6f850
|
Restructure emit so it goes through a method table.
|
2013-10-05 12:19:06 +01:00 |
Damien
|
492d082455
|
Use macro EMIT_COMMON for emit_common calls.
|
2013-10-04 20:35:08 +01:00 |
Damien
|
d69adc19c7
|
Small fixes to Makefile.
|
2013-10-04 20:34:47 +01:00 |
Damien
|
429d71943d
|
Initial commit.
|
2013-10-04 19:53:11 +01:00 |