summaryrefslogtreecommitdiffstatshomepage
path: root/py/bc.c
Commit message (Expand)AuthorAge
* py: Move to guarded includes, everywhere in py/ core.Damien George2015-01-01
* py: Make terse_arg_mismatch a global function and use it elsewhere.Damien George2015-01-01
* py: Fix some macros defines; cleanup some includes.Damien George2014-11-05
* py: Store bytecode arg names in bytecode (were in own array).Damien George2014-10-25
* py: Convert [u]int to mp_[u]int_t where appropriate.Damien George2014-10-03
* py: Use variable length encoded uints in more places in bytecode.Damien George2014-09-04
* Further factorise PASS_1 out of specific emit code.Damien2013-10-05
* Initial commit.Damien2013-10-04