summaryrefslogtreecommitdiffstatshomepage
path: root/py/scope.c
Commit message (Expand)AuthorAge
* py/scope: Factor common code to find locals and close over them.Damien George2016-09-30
* py/scope: Use lookup-table to determine a scope's simple name.Damien George2016-09-30
* py: Add MICROPY_ENABLE_COMPILER and MICROPY_PY_BUILTINS_EVAL_EXEC opts.Damien George2015-12-18
* unix-cpy: Remove unix-cpy. It's no longer needed.Damien George2015-08-17
* py: Move to guarded includes, everywhere in py/ core.Damien George2015-01-01
* py: Move global/nonlocal decl code to compiler for proper SyntaxError.Damien George2014-12-21
* py: Convert [u]int to mp_[u]int_t in emit.h and associated .c files.Damien George2014-09-08
* py: Change uint to mp_uint_t in runtime.h, stackctrl.h, binary.h.Damien George2014-08-30
* py: Clean up and simplify functions in scope; add STATIC in compiler.Damien George2014-08-15
* py: Include mpconfig.h before all other includes.Paul Sokolovsky2014-06-21
* Tidy up some configuration options.Damien George2014-05-21
* py: Turn down amount of RAM parser and compiler use.Damien George2014-05-05
* Add license header to (almost) all files.Damien George2014-05-03
* py: Implement keyword-only args.Damien George2014-04-27
* py: Remove unique_codes from emitglue.c. Replace with pointers.Damien George2014-04-13
* py, compiler: Turn id_info_t.param into a set of flags.Damien George2014-04-09
* py, compiler: Clean up and compress scope/compile structures.Damien George2014-04-09
* py: Clean up includes.xbe2014-03-17
* py: Pass all scope flags through to runtime.Damien George2014-02-15
* Allow qstr's with non-ident chars, construct good identifier for them.Paul Sokolovsky2014-01-24
* mp_compile(): Properly free module_scope and all nested scopes.Paul Sokolovsky2014-01-23
* Revamp qstrs: they now include length and hash.Damien George2014-01-21
* py: Add module/function/class name to exceptions.Damien George2014-01-19
* py: make closures work.Damien George2013-12-30
* Change memory allocation API to require size for free and realloc.Damien2013-12-29
* 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
* Separate out mpy core and unix version.Damien2013-10-12
* 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