Author: wayland
Date: 2009-07-24 07:00:41 +0200 (Fri, 24 Jul 2009)
New Revision: 27695
Modified:
docs/Perl6/Spec/S32-setting-library/Abstraction.pod
Log:
[S32/Abstraction] Added "action" optional parameter to parse and parsefile.
Modified: docs/Perl6/Spec/S32-setting-library/Abstraction.pod
Author: wayland
Date: 2009-07-24 04:15:04 +0200 (Fri, 24 Jul 2009)
New Revision: 27692
Modified:
docs/Perl6/Spec/S32-setting-library/Abstraction.pod
Log:
[S32/Abstraction]: Documented .parse and .parsefile methods on Grammar.
Note that the method signatures may be wrong. pmichaud++ for point
On Thu, 23 Jul 2009, Reini Urban wrote:
Following up on the parrot-1.4.0 release check on cygwin the release errors are
still not being touched.
rakudo is still not being able to be built without a parrot build_dir.
Building with installed parrot is unsupported, which means creating a
package w
2009/7/23 Moritz Lenz :
> On behalf of the Rakudo development team, I'm pleased to announce
> the July 2009 development release of Rakudo Perl #19 "Chicago".
> Rakudo is an implementation of Perl 6 on the Parrot Virtual Machine [1].
> The tarball for the July 2009 release is available from
> http:/
On behalf of the Rakudo development team, I'm pleased to announce
the July 2009 development release of Rakudo Perl #19 "Chicago".
Rakudo is an implementation of Perl 6 on the Parrot Virtual Machine [1].
The tarball for the July 2009 release is available from
http://github.com/rakudo/rakudo/download
HaloO,
Moritz Lenz wrote:
I came to this
12:51 <@moritz_> rakudo: my $x = 3; say $x, ' ', ++$x;
12:51 < p6eval> rakudo 7b81c0: OUTPUT«4 4»
12:51 <@moritz_> rakudo: my $x = 3; say $x, ' ', $x++;
12:51 < p6eval> rakudo 7b81c0: OUTPUT«4 3»
I would expect that to say '3 4' and '3 3' respectivel
Author: masak
Date: 2009-07-23 11:11:33 +0200 (Thu, 23 Jul 2009)
New Revision: 27680
Modified:
docs/Perl6/Spec/S12-objects.pod
Log:
[S12] added missing comma
We generally cannot have two terms in a row, and that goes for the
inside of hash arguments to a handles trait, too.
Modified: docs/Per