r31118 -[S05] typo

2010-06-04 Thread pugs-commits
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

Re: Reversible grammars

2010-06-04 Thread Timothy S. Nelson
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

r31117 -[S05] some clarifications suggested by sorear++

2010-06-04 Thread pugs-commits
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

Re: Reversible grammars

2010-06-04 Thread Stefan O'Rear
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

Reversible grammars

2010-06-04 Thread Timothy S. Nelson
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

r31116 -Made some changes based on S05 -- they may even be right :).

2010-06-04 Thread pugs-commits
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 ==

[BUG]: Interpolation scalar before [- is incorrect (maybe).

2010-06-04 Thread Hongwen Qiu
$ 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

[perl #75544] calling exit gives error message "in main program body at line 1"

2010-06-04 Thread via RT
# 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

[perl #75550] [PATCH] Implemented Date.new(::DateTime) and DateTime.Date() methods.

2010-06-04 Thread via RT
# 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

[perl #75558] [BUG] No implicit <.ws> calls around the separator for ** \, in Rakudo (nqp-rx)

2010-06-04 Thread Carl Mäsak
# 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

Re: Loading Rakudo's perl6.pbc from the Parrot embedding API

2010-06-04 Thread Jonathan Leto
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