summaryrefslogtreecommitdiffstatshomepage
path: root/unix/main.c
Commit message (Expand)AuthorAge
* Change mp_compile so that it returns a function object for the module.Damien George2014-01-03
* Basic implementation of import.Damien George2014-01-03
* malloc.h is obsolete.Edd Barrett2014-01-01
* Make GNU Readline usage optional (USE_READLINE define). Still enabled.Paul Sokolovsky2014-01-01
* Add readline history support.Paul Sokolovsky2014-01-01
* Change memory allocation API to require size for free and realloc.Damien2013-12-29
* py: implement some basic exception matching.Damien2013-12-29
* Change object representation from 1 big union to individual structs.Damien2013-12-21
* unix: include obj.h, and build additional py files.Damien2013-12-17
* Unix: add machine-specific sqrt support.Damien2013-11-09
* Fix compiler warnings in unix/main.c.Damien2013-11-03
* Test code for user objects.Damien2013-11-02
* Fix func decls with no arguments: () -> (void).Damien2013-10-23
* Improve REPL compount statement detection.Damien2013-10-22
* Integrate new lexer stream with stm framework.Damien2013-10-20
* Abstract out back-end stream functionality from lexer.Damien2013-10-20
* Implement REPL.Damien2013-10-18
* Implement basic exception framework, and simple for loop.Damien2013-10-15
* Change ifdef/if defined to simple if's.Damien2013-10-12
* Separate out mpy core and unix version.Damien2013-10-12