summaryrefslogtreecommitdiffstatshomepage
path: root/py/scope.h
Commit message (Expand)AuthorAge
* py: Calculate maximum exception stack size in compiler.Damien George2014-03-27
* py: Pass all scope flags through to runtime.Damien George2014-02-15
* mp_compile(): Properly free module_scope and all nested scopes.Paul Sokolovsky2014-01-23
* py: Add module/function/class name to exceptions.Damien George2014-01-19
* py: make closures work.Damien George2013-12-30
* Change object representation from 1 big union to individual structs.Damien2013-12-21
* py: work towards working closures.Damien2013-12-11
* Add local_num skeleton framework to deref/closure emit calls.Damien2013-10-20
* Implement built-in decorators to select emit type.Damien2013-10-05
* Further factorise PASS_1 out of specific emit code.Damien2013-10-05
* Restructure emit so it goes through a method table.Damien2013-10-05
* Initial commit.Damien2013-10-04