Damien George
|
b829b5caec
|
Implement mp_parse_node_free; print properly repr(string).
|
2014-01-25 13:51:19 +00:00 |
|
Damien George
|
55baff4c9b
|
Revamp qstrs: they now include length and hash.
Can now have null bytes in strings. Can define ROM qstrs per port using
qstrdefsport.h
|
2014-01-21 21:40:13 +00:00 |
|
Damien George
|
9193f89296
|
Move lexerstr to main py directory (everyone uses it).
|
2014-01-08 15:28:26 +00:00 |
|
Damien George
|
d3ebe4829d
|
Factor and simplify Makefile's and mpconfig, part 2.
|
2014-01-07 15:20:33 +00:00 |
|
Damien George
|
66028ab6dc
|
Basic implementation of import.
import works for simple cases. Still work to do on finding the right
script, and setting globals/locals correctly when running an imported
function.
|
2014-01-03 14:03:48 +00:00 |
|
Damien
|
732407f1bf
|
Change memory allocation API to require size for free and realloc.
|
2013-12-29 19:33:23 +00:00 |
|
Paul Sokolovsky
|
44d0f3cfa2
|
Handle return value of read() call.
|
2013-12-29 20:11:05 +02:00 |
|
Damien
|
de690d128b
|
Add unix-cpy, used to test Micro Python byte code against CPython.
|
2013-12-29 18:01:01 +00:00 |
|