Re: Comparing Object Identity

2002-12-12 Thread James A. Duncan
On Thursday, December 12, 2002, at 10:49 am, Piers Cawley wrote: Luke Palmer <[EMAIL PROTECTED]> writes: Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm Date: Wed, 11 Dec 2002 19:21:35 -0500 From: John Siracusa <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] X-SMTPD: qpsmtpd/0.20, http:

Failed to build: redefinition of symbols

2001-09-17 Thread James A. Duncan
Getting a problem when trying to compile on a Mac OS X box. I've not looked into it yet but output follows: cc -lm -lc -o test_prog global_setup.o interpreter.o parrot.o register.o basic_opcodes.o memory.o bytecode.o string.o strnative.o test_main.o /usr/bin/ld: multiple definitions of symb

Perl 5 to Parrot

2002-04-04 Thread James A Duncan
Morning (BST) all, I've started work on B::Parrot, which is a Perl 5 to Parrot translation engine. Its very basic at the moment, but I've got it successfully translating things like: my $perliv = 10; my $perlpv = "\n"; print $perliv; print $perlpv; into working, assemble-able parrot code. B

More p5top6

2002-04-05 Thread James A Duncan
Okay, I've set up a CVS repository here at fotango for the experimental perl 5 back-end. If you'd like to take a look at the code the repository is: :pserver:[EMAIL PROTECTED]:/var/repository You can log in anonymously with an empty password. Anyway, I'll see if I have time to improve it