Age | Commit message (Expand) | Author |
---|---|---|
2014-01-24 | Allow qstr's with non-ident chars, construct good identifier for them. | Paul Sokolovsky |
2014-01-23 | mp_compile(): Properly free module_scope and all nested scopes. | Paul Sokolovsky |
2014-01-21 | Revamp qstrs: they now include length and hash. | Damien George |
2014-01-19 | py: Add module/function/class name to exceptions. | Damien George |
2013-12-30 | py: make closures work. | Damien George |
2013-12-29 | Change memory allocation API to require size for free and realloc. | Damien |
2013-12-21 | Change object representation from 1 big union to individual structs. | Damien |
2013-12-11 | py: work towards working closures. | Damien |
2013-10-20 | Add local_num skeleton framework to deref/closure emit calls. | Damien |
2013-10-12 | Separate out mpy core and unix version. | Damien |
2013-10-05 | Implement built-in decorators to select emit type. | Damien |
2013-10-05 | Further factorise PASS_1 out of specific emit code. | Damien |
2013-10-05 | Restructure emit so it goes through a method table. | Damien |
2013-10-04 | Initial commit. | Damien |