cvs commit: parrot/src trace.c

2004-07-06 Thread Leopold Toetsch
cvsuser 04/07/06 20:37:55 Modified:classes bigint.pmc perlint.pmc perlscalar.pmc languages/python pie-thon.pl languages/python/t/pie b2.t src trace.c Log: Pie-thon 30 - more BigInt stuff; pi.py is now exact for 1000 digits Revis

cvs commit: parrot/src sub.c

2004-07-06 Thread Leopold Toetsch
cvsuser 04/07/06 11:11:47 Modified:classes coroutine.pmc languages/python/t/basic iter.t src sub.c Log: Pie-thon 29 - make generators reusable Revision ChangesPath 1.32 +11 -4 parrot/classes/coroutine.pmc Index: coroutine.

cvs commit: parrot/ops debug.ops

2004-07-06 Thread Dan Sugalski
cvsuser 04/07/06 09:57:07 Modified:ops debug.ops Log: add in a die() op to just flat-out die. Right now. Calls the _exit function, and it doesn't get a whole lot more fatal than that. Revision ChangesPath 1.10 +15 -0 parrot/ops/debug.ops Index: debug.

cvs commit: parrot/src py_func.c

2004-07-06 Thread Leopold Toetsch
cvsuser 04/07/06 09:20:11 Modified:classes iterator.pmc languages/python pie-thon.pl src py_func.c Log: Pie-thon 28 - handle vararg funcs like range better Revision ChangesPath 1.24 +17 -1 parrot/classes/iterator.pmc Index

cvs commit: parrot/languages/python/t/pie b2.t

2004-07-06 Thread Leopold Toetsch
cvsuser 04/07/06 08:00:44 Modified:classes coroutine.pmc iterator.pmc languages/python pie-thon.pl languages/python/t/basic iter.t languages/python/t/pie b2.t Log: Pie-thon 27 - generalize iterators: generator * iterators now have an in

cvs commit: parrot/imcc imcparser.c

2004-07-06 Thread Leopold Toetsch
cvsuser 04/07/06 06:01:32 Modified:imcc imcparser.c Log: Pie-thon 26 - convert Sub PMCs with yield to Coroutines - generated files Revision ChangesPath 1.127 +3 -3 parrot/imcc/imcparser.c Index: imcparser.c =

cvs commit: parrot/t/pmc coroutine.t

2004-07-06 Thread Leopold Toetsch
cvsuser 04/07/06 06:00:53 Modified:imcc imcc.y parser_util.c pbc.c languages/python pie-thon.pl languages/python/t/basic 02_expr.t src key.c trace.c t/pmccoroutine.t Log: Pie-thon 26 - convert Sub PMCs with yiel

cvs commit: parrot/languages/python/t/basic 02_expr.t

2004-07-06 Thread Leopold Toetsch
cvsuser 04/07/06 04:40:48 Modified:.MANIFEST languages/python pie-thon.pl languages/python/t/basic 02_expr.t Added: languages/python/t/pie b2.t Log: Pie-thon 25 - floordiv simulation, pi() from b2 as test Revision ChangesPath

cvs commit: parrot/languages/python pie-thon.pl

2004-07-06 Thread Leopold Toetsch
cvsuser 04/07/06 02:46:32 Modified:docs/pdds pdd02_vtables.pod languages/python pie-thon.pl Log: Pie-thon 24 - first attempt to parse classes Revision ChangesPath 1.38 +17 -1 parrot/docs/pdds/pdd02_vtables.pod Index: pdd02_vtables.pod ==