Author: allbery_b
Date: 2010-06-05 04:52:12 +0200 (Sat, 05 Jun 2010)
New Revision: 31118
Modified:
docs/Perl6/Spec/S05-regex.pod
Log:
[S05] typo
Modified: docs/Perl6/Spec/S05-regex.pod
===
--- docs/Perl6/Spec/S05-regex.pod
On Fri, 4 Jun 2010, Stefan O'Rear wrote:
On Sat, Jun 05, 2010 at 09:19:01AM +1000, Timothy S. Nelson wrote:
Hi. I've been thinking more about reversible grammars. Specifically,
I'm wondering if the following pseudo-code will be possible:
## Match a grammar here
$match = Grammar.match
Author: lwall
Date: 2010-06-05 02:28:09 +0200 (Sat, 05 Jun 2010)
New Revision: 31117
Modified:
docs/Perl6/Spec/S05-regex.pod
Log:
[S05] some clarifications suggested by sorear++
Modified: docs/Perl6/Spec/S05-regex.pod
===
--- doc
On Sat, Jun 05, 2010 at 09:19:01AM +1000, Timothy S. Nelson wrote:
> Hi. I've been thinking more about reversible grammars. Specifically,
> I'm wondering if the following pseudo-code will be possible:
>
> ## Match a grammar here
> $match = Grammar.match($text)
> ## Need some code here to
Hi. I've been thinking more about reversible grammars. Specifically,
I'm wondering if the following pseudo-code will be possible:
## Match a grammar here
$match = Grammar.match($text)
## Need some code here to get $submatch from $match
$submatch.Str = "fred"
## Reverse Grammar
$text = Gr
Author: wayland
Date: 2010-06-05 01:33:27 +0200 (Sat, 05 Jun 2010)
New Revision: 31116
Modified:
docs/Perl6/Spec/S32-setting-library/Rules.pod
Log:
Made some changes based on S05 -- they may even be right :).
Modified: docs/Perl6/Spec/S32-setting-library/Rules.pod
==
$ perl6
> my $a = 0;say "$a [-"
Unable to parse infixish, couldn't find final ']' at line 1
> my $a = 0; say "$a [-]"
0 [-]
> my $a = 0; say "$a [--]"
Unable to parse infixish, couldn't find final ']' at line 1
> my $a = 0;say "$a ["
0 [
> my $a = 0;say "$a "
0
> say "["
[
> say "[-"
[-
Is the par
# New Ticket Created by Gabor Szabo
# Please include the string: [perl #75544]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=75544 >
use v6;
say 2;
exit;
will gives the following error:
in main program body at line 1
# New Ticket Created by Timothy Totten
# Please include the string: [perl #75550]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=75550 >
>From da698565145af4221d28dd81d44a741b66c1d56c Mon Sep 17 00:00:00 2001
From: Timothy
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #75558]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=75558 >
should rule { ** \, } and rule { ** [ \, ]
} be the same in terms of <.ws> handlin
Howdy,
This PIR code
.sub main
load_bytecode
'/Users/leto/svn/parrot/installed_parrot/lib/2.4.0-devel/languages/perl6/perl6.pbc'
.end
gives the exact same error message, so this issue does not appear to
be specific to the Parrot embedding API.
Duke
--
Jonathan "Duke" Leto
jonat...@leto.n
11 matches
Mail list logo