Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-22 | Second stage of qstr revamp: uPy str object can be qstr or not. | Damien George | |
2014-01-19 | py: Add module/function/class name to exceptions. | Damien George | |
Exceptions know source file, line and block name. Also tidy up some debug printing functions and provide a global flag to enable/disable them. | |||
2014-01-18 | Add source file name and line number to error messages. | Damien George | |
Byte code has a map from byte-code offset to source-code line number, used to give better error messages. | |||
2014-01-15 | Convert parse errors to exceptions. | Damien George | |
Parser no longer prints an error, but instead returns an exception ID and message. | |||
2014-01-07 | Factor and simplify Makefile's and mpconfig. | Damien George | |
2014-01-03 | Change mp_compile so that it returns a function object for the module. | Damien George | |
2013-12-29 | Add unix-cpy, used to test Micro Python byte code against CPython. | Damien | |