Paul Sokolovsky 90750029df Implement default function arguments (for Python functions).
TODO: Decide if we really need separate bytecode for creating functions
with default arguments - we would need same for closures, then there're
keywords arguments too. Having all combinations is a small exponential
explosion, likely we need just 2 cases - simplest (no defaults, no kw),
and full - defaults & kw.
2014-02-01 15:38:22 +02:00
..
2014-01-28 18:21:05 +01:00
2014-01-20 20:37:01 +02:00
2014-01-24 22:54:09 +00:00
2014-01-15 22:14:03 +00:00
2014-01-28 19:52:04 +01:00
2014-01-19 01:40:47 +02:00
2014-01-31 19:47:23 +02:00
2014-01-27 12:25:23 +02:00
2014-01-27 12:25:23 +02:00
2014-01-22 23:18:50 +00:00