summaryrefslogtreecommitdiffstatshomepage
path: root/py/runtime0.h
Commit message (Expand)AuthorAge
* py: Improve native emitter; now supports more opcodes.Damien George2014-05-07
* Add license header to (almost) all files.Damien George2014-05-03
* py: Merge BINARY_OP_SUBSCR and store_subscr (w/ delete) into subscr.Damien George2014-04-17
* py: Remove unique_codes from emitglue.c. Replace with pointers.Damien George2014-04-13
* py, compiler: Clean up and compress scope/compile structures.Damien George2014-04-09
* py: Implement more features in native emitter.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
* Support passing positional args as keywords to bytecode functions.Paul Sokolovsky2014-02-16
* py: Pass all scope flags through to runtime.Damien George2014-02-15
* py: Partially fix native emitter to work with latest runtime.Damien George2014-02-02
* py: Tidy up BINARY_OPs; negation done by special NOT bytecode.Damien George2014-02-01
* Implement __bool__ and __len__ via unary_op virtual method for all types.Paul Sokolovsky2014-01-30
* py: Simplify fastn in VM; reduce size of unique code struct.Damien George2014-01-29
* py: Implement 'not' in compiler, and improve rt_is_true.Damien George2014-01-28
* py: Fix emitcpy and emitnative's binary_op.Damien George2014-01-11
* unified the bopsJohn R. Lenton2014-01-11
* Split qstr into pools, and put initial pool in ROM.Damien George2014-01-04
* py: make closures work.Damien George2013-12-30
* Change object representation from 1 big union to individual structs.Damien2013-12-21