summaryrefslogtreecommitdiffstatshomepage
path: root/py/lexerunix.c
Commit message (Collapse)AuthorAge
* Revamp qstrs: they now include length and hash.Damien George2014-01-21
| | | | | Can now have null bytes in strings. Can define ROM qstrs per port using qstrdefsport.h
* Move lexerstr to main py directory (everyone uses it).Damien George2014-01-08
|
* Factor and simplify Makefile's and mpconfig, part 2.Damien George2014-01-07
|
* Basic implementation of import.Damien George2014-01-03
| | | | | | import works for simple cases. Still work to do on finding the right script, and setting globals/locals correctly when running an imported function.
* Change memory allocation API to require size for free and realloc.Damien2013-12-29
|
* Handle return value of read() call.Paul Sokolovsky2013-12-29
|
* Add unix-cpy, used to test Micro Python byte code against CPython.Damien2013-12-29