Author: szabgab
Date: 2009-04-27 09:06:56 +0200 (Mon, 27 Apr 2009)
New Revision: 26479
Modified:
docs/Perl6/Spec/S14-roles-and-parametric-types.pod
Log:
dos2unix
Modified: docs/Perl6/Spec/S14-roles-and-parametric-types.pod
===
---
Author: wollmers
Date: 2009-04-27 09:51:37 +0200 (Mon, 27 Apr 2009)
New Revision: 26481
Modified:
docs/Perl6/Spec/S32-setting-library/Str.pod
Log:
typo
Modified: docs/Perl6/Spec/S32-setting-library/Str.pod
===
--- docs/Perl6/Spec/
It's not explicitly specified, if a something like
my $charname = 'SPACE';
my $string = "\c[$charname]";
should interpolate or not.
I assume 'not'. Right?
Helmut Wollmersdorfer
It's not explicitly specified, if insignificant whitespace is allowed in
\c[...], \x[...], etc.
Std.pm allows e.g.
"\x[ 41 , 42 , 43 ]"
For convenience - especially with long charnames - it should be possible
to write
"\c[
SPACE, # blafasel
LATIN SMALL LETT
IMHO something like the Perl 5
charnames::viacode(ord($char));
charnames::vianame($charname);
is needed in Perl 6.
Use cases:
- test
- diagnosis
- manipulation on charname-level (e.g. get base character of
LATIN CAPITAL LETTER L WITH STROKE, which has no de-composition)
To be defined (T
Author: lwall
Date: 2009-04-28 06:14:10 +0200 (Tue, 28 Apr 2009)
New Revision: 26511
Modified:
docs/Perl6/Spec/S03-operators.pod
docs/Perl6/Spec/S12-objects.pod
Log:
[S12] doc syntax for exporting subset and enum
[S12] enum uses (...) rather than [...], since <...> is defined as ()-like
[S03
On Sun, Apr 26, 2009 at 12:14 AM, Ahmad Zawawi wrote:
> Hi people,
>
> I just finished Perl6 Outline view which i promised Gabor 3 or 4
> months ago :) So you can now see Perl 6
> packages/modules/grammars/roles in parent nodes and under them you can
> see methods/submethods/subroutines/rules/toke