summaryrefslogtreecommitdiffstatshomepage
path: root/unix-cpy/main.c
Commit message (Expand)AuthorAge
* py: Make compiler return a proper exception on SyntaxError.Damien George2014-10-05
* Put call to qstr_init and mp_init_emergency_exc_buf in mp_init.Damien George2014-08-04
* Add license header to (almost) all files.Damien George2014-05-03
* unix-cpy: Put mpconfig.h before all other headers.Damien George2014-05-02
* Add a check for NULL nlr_top in nlr_jump.Damien George2014-04-08
* unix-cpy: Pass emit opt to mp_compile.Damien George2014-04-06
* Rename rt_* to mp_*.Damien George2014-03-30
* py: Factor out code from runtime.c to emitglue.c.Damien George2014-03-27
* Implement proper exception type hierarchy.Damien George2014-02-15
* Add mp_import_stat to unix-cpy port.Damien George2014-02-06
* Second stage of qstr revamp: uPy str object can be qstr or not.Damien George2014-01-22
* py: Add module/function/class name to exceptions.Damien George2014-01-19
* Add source file name and line number to error messages.Damien George2014-01-18
* Convert parse errors to exceptions.Damien George2014-01-15
* Factor and simplify Makefile's and mpconfig.Damien George2014-01-07
* Change mp_compile so that it returns a function object for the module.Damien George2014-01-03
* Add unix-cpy, used to test Micro Python byte code against CPython.Damien2013-12-29