BF interpreter

2002-05-30 Thread Leon Brocard
Hello. I've been looking at languages to run under Parrot, and I choose a certain language which is turing complete in eight instructions. Start with the small ones eh? Unfortunately its name is not family friendly. An interpreter is attached, although you'll need to add the chr() operator (see t

Re: BF interpreter

2002-05-30 Thread Clinton A. Pierce
At 11:09 AM 5/30/2002 +0100, Leon Brocard wrote: >Hello. > >I've been looking at languages to run under Parrot, and I choose a >certain language which is turing complete in eight instructions. Start >with the small ones eh? Unfortunately its name is not family >friendly. An interpreter is attached

Re: BF interpreter

2002-05-30 Thread Leon Brocard
Clinton A. Pierce sent the following bits through the ether: > If you'd like a pure-PASM chr() operator, see the BASIC interpreter in > expr.pasm. I essentially do (everything in BASIC is on the stack...excuse > the restore and saves...): Oooh, interesting hack! Of course, the discussion tha

Re: ICU and Parrot

2002-05-30 Thread Bryan C. Warnock
On Tue, 2002-05-28 at 17:42, George Rhoten wrote: > It is true that parts of ICU uses C++. Some parts of ICU are written in C++ > with a C wrapper. Some other parts are written in C with a C++ wrapper. It > depends on the API being used. Most of the functionality in the common > library is writt

Re: ICU and Parrot

2002-05-30 Thread Dan Kogai
It's a good timing to make my first post to this mailing list. On Thursday, May 30, 2002, at 09:04 PM, Bryan C. Warnock wrote: > On Tue, 2002-05-28 at 17:42, George Rhoten wrote: > >> It is true that parts of ICU uses C++. Some parts of ICU are written >> in C++ >> with a C wrapper. Some other p

Re: GC Benchmarking Tests

2002-05-30 Thread Jerome Vouillon
On Wed, May 29, 2002 at 02:08:25AM -0400, Mike Lambert wrote: > gc_generations.pbc > me trying to simulate behavior which should perform exceptionally > well under a genertaional collector, even though we don't have one :) > each memory allocation lasts either > a long time, a medium time, or

Re: [netlabs #628] [PATCH] Make hash.c depend on parrot headers

2002-05-30 Thread Daniel Grunblatt
On 27 May 2002, Peter Gibbs wrote: > # New Ticket Created by "Peter Gibbs" > # Please include the string: [netlabs #628] > # in the subject line of all future correspondence about this issue. > # http://bugs6.perl.org/rt2/Ticket/Display.html?id=628 > > > > Following patch adds dependencies ent

Re: ICU and Parrot

2002-05-30 Thread Dan Kogai
On Friday, May 31, 2002, at 06:06 AM, George Rhoten wrote: > Hopefully you take the implicit information in the UCM files and put > that > into encode implementation too. For instance, in gb18030 there are > whole > ranges of Unicode mappings that aren't in the UCM file, but they are in > the

Re: ICU and Parrot

2002-05-30 Thread Jarkko Hietaniemi
On Fri, May 31, 2002 at 06:18:55AM +0900, Dan Kogai wrote: > On Friday, May 31, 2002, at 06:06 AM, George Rhoten wrote: > > Hopefully you take the implicit information in the UCM files and put > > that > > into encode implementation too. For instance, in gb18030 there are > > whole > > ranges o

[COMMIT] Parrot IR compiler (cross post)

2002-05-30 Thread Melvin Smith
I just uploaded the Parrot intermediate compiler to CPAN as well as committing it to the Parrot CVS repository. You can find it under parrot/languages/imcc if you update your parrot tree, or get it from CPAN shortly under http://cpan.org/authors/id/M/ME/MELVIN/imcc/ Please read the README. Hav