Re: [perl #19610] [PATCH] New language support: Ook!

2003-01-15 Thread Leopold Toetsch
In perl.perl6.internals, you wrote: > Leopold Toetsch wrote: >> $ ../imcc/imcc -r ook.pasm hello.ook >> Hello World! > You don't seem to have checked in the compile thing... No, its not ready yet. > About the eval: you said that compile does eval here. In the future, how > should I eval after co

Re: [perl #19610] [PATCH] New language support: Ook!

2003-01-15 Thread Jerome Quelin
Leopold Toetsch wrote: > Jerome Quelin (via RT) wrote: > > - currently I'm just printing on stdout the resulting parrot code, > > I lack an eval instruction in Parrot. Dan, Leo? :-) > $ diff -ub ~/src/parrot/languages/ook/ook.pasm ook.pasm > --- /home/lt/src/parrot/languages/ook/ook.pasm Wed Jan

Re: [perl #19610] [PATCH] New language support: Ook!

2003-01-15 Thread Leopold Toetsch
Jerome Quelin (via RT) wrote: - currently I'm just printing on stdout the resulting parrot code, I lack an eval instruction in Parrot. Dan, Leo? :-) $ diff -ub ~/src/parrot/languages/ook/ook.pasm ook.pasm --- /home/lt/src/parrot/languages/ook/ook.pasm Wed Jan 1 01:34:16 2003 +++ ook.pasm

Re: [perl #19610] [PATCH] New language support: Ook!

2002-12-31 Thread Nicholas Clark
On Mon, Dec 30, 2002 at 11:09:07PM +, Jerome Quelin wrote: > # New Ticket Created by Jerome Quelin > # Please include the string: [perl #19610] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt2/Ticket/Display.html?id=19610 > > > > Thanks to

Re: [perl #19610] [PATCH] New language support: Ook!

2002-12-31 Thread Nicholas Clark
On Tue, Dec 31, 2002 at 06:18:36PM +0100, Jerome Quelin wrote: > Nice to see how dummy languages make the whole stuff advance... :o) Then there's the zcode interpreter... (dynamic opcode library loading, foreign bytecode translation) Nicholas Clark

Re: [perl #19610] [PATCH] New language support: Ook!

2002-12-31 Thread Dan Sugalski
At 12:49 PM -0500 12/31/02, Dan Sugalski wrote: At 6:18 PM +0100 12/31/02, Jerome Quelin wrote: Leopold Toetsch wrote: > - currently I'm just printing on stdout the resulting parrot code, > I lack an eval instruction in Parrot. Dan, Leo? :-) Here is the solution of our perl6 bootstrapping pr

Re: [perl #19610] [PATCH] New language support: Ook!

2002-12-31 Thread Simon Cozens
[EMAIL PROTECTED] (Jerome Quelin) writes: > Thanks to our dear summarizer, I'm now known (from a googlism point of > view) as 'one of the "let's implement a bunch of languages on parrot" > crew'. So, in order to prove him right definitely (and also because > orang-utans should also benefit from

Re: [perl #19610] [PATCH] New language support: Ook!

2002-12-31 Thread Dan Sugalski
At 6:18 PM +0100 12/31/02, Jerome Quelin wrote: Leopold Toetsch wrote: > - currently I'm just printing on stdout the resulting parrot code, > I lack an eval instruction in Parrot. Dan, Leo? :-) Here is the solution of our perl6 bootstrapping problem, I'll make an I ops ... Nice to see how

Re: [perl #19610] [PATCH] New language support: Ook!

2002-12-31 Thread Jerome Quelin
Leopold Toetsch wrote: > > - currently I'm just printing on stdout the resulting parrot code, > > I lack an eval instruction in Parrot. Dan, Leo? :-) > Here is the solution of our perl6 bootstrapping problem, I'll make an > I ops ... Nice to see how dummy languages make the whole stuff advance...

Re: [perl #19610] [PATCH] New language support: Ook!

2002-12-31 Thread Daniel Grunblatt
On Monday 30 December 2002 21:30, Leopold Toetsch wrote: > Jerome Quelin (via RT) wrote: > > # New Ticket Created by Jerome Quelin > > # Please include the string: [perl #19610] > > # in the subject line of all future correspondence about this issue. > > # http://rt.perl.org/rt2/Ticket/Display.ht

Re: [perl #19610] [PATCH] New language support: Ook!

2002-12-30 Thread Leopold Toetsch
Jerome Quelin (via RT) wrote: # New Ticket Created by Jerome Quelin # Please include the string: [perl #19610] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19610 > - currently I'm just printing on stdout the resulting

Re: [perl #19610] [PATCH] New language support: Ook!

2002-12-30 Thread Nicholas Clark
On Mon, Dec 30, 2002 at 11:45:19PM +, Nicholas Clark wrote: > Indeed. However, when I tried compiling my Ook! test program: > I got this: > > Label KOO1_2 already exists at ../../assemble.pl line 557. > > (admittedly from a pre-built parrot that is about 2 weeks old) Also on a clean checko

Re: [perl #19610] [PATCH] New language support: Ook!

2002-12-30 Thread Nicholas Clark
On Mon, Dec 30, 2002 at 11:09:07PM +, Jerome Quelin wrote: > Ok, about this implementation: > - this is a compiler (and not an interpreter) that spits Parrot > assembly code (yes, I'm targeting Parrot). > - it implements every Ook! instruction but the "Ook. Ook!" one. I'll > work on it late

[perl #19610] [PATCH] New language support: Ook!

2002-12-30 Thread via RT
# New Ticket Created by Jerome Quelin # Please include the string: [perl #19610] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19610 > Thanks to our dear summarizer, I'm now known (from a googlism point of view) as 'one o