On Tuesday 17 January 2006 16:50, Chris Dolan wrote:
> Allison et al.,
>
> I was looking at languages/punie/lib/punie.g in the current SVN head
> and got confused. I see:
>rule gprint { (print) \s* }
> and
>rule expr{ | }
>
> Doesn't that imply that "print print print print 1;" is
On Thursday 27 October 2005 09:37 pm, Joshua Hoblitt wrote:
> On Thu, Oct 27, 2005 at 11:22:40PM +0200, Leopold Toetsch wrote:
> > On Oct 27, 2005, at 22:31, Nick Glencross wrote:
> > >There are a few cases of -1 being assigned to unsigneds. Anyone know
> > >if that's deliberate?
> >
> > Yup. Some
On Wednesday 24 August 2005 04:26 pm, Amir Karger wrote:
> Several people pointed out that I didn't perldoc -f system. Sorry!
> Btw, even after reading the docs, I still don't understand why Perl
> would pass a cd command to a piece of the shell that can't understand
> it. Granted, I shouldn't do
On Saturday 04 December 2004 06:15 pm, Alexey Trofimenko wrote:
> oh! that it. I've found example which could make it clear to me
>
> sub test {
>return sub {
> for 1..3 {
> state $var = 1;
> print $var++
> }
>}
> }
>
> $a = test; $a() for 1..3; print ';'
> $b = te
On Monday 08 November 2004 06:50 pm, Christian Lott wrote:
> Having a little trouble with vim.
>
> I think the problem is that imc.vim.in needs to go through ops2vim.
>
> C:\parrot\editor>perl ops2vim.pl imc.vim.in imc.vim
> Can't open imc.vim: No such file or directory at ops2vim.pl line 8, <>
> l
On Tuesday 07 September 2004 03:47 pm, Nicholas Clark wrote:
> On Tue, Sep 07, 2004 at 10:52:01AM -0400, Aaron Sherman wrote:
> > Seriously, I've never come across any system that lacked autoconf
> > support AND which a high level language like those that would target
> > Parrot, ran on. If you're
Hello, folks.
Just wanted to let people know, I've been following parrot and reading the
list for a while now, but just recently I finally co'd a copy of parrot and
decided it was time that i actually did something with it. The first thing I
did was do some work on making it nice in the editor