Re: So long

2002-09-12 Thread Peter Sergeant
John Porter wrote: > Immediately whereupon he took advantage of the > highest-visibility vehicle available to him, the p6i summary, to > pillory me. > Now, I tend to think that that was an abuse of power, considering > he is completely unaccountable to anyone for what he writes there. This seem

Re: Parrot Docs on the Web

2002-08-27 Thread Peter Sergeant
Robert Spier wrote: > The docs in the docs/ directory are now available at > > http://www.parrotcode.org/docs/ > > Updated once a day from CVS. > > It prefers well formatted Pod. On a slightly related note, some work I've done towards building an 'operations dictionary' that I've envisaged

Re: Parrot Tokenizer

2002-08-18 Thread Peter Sergeant
Peter Sergeant wrote: > If anyone is interested, I've hacked together a Parrot tokenizer ... the > main intention for it was to form the basis of a syntax highlighter, but > I'm sure someone will find more creative applications for it... To clarify: it's actually a PASM tokenizer... +Pete

Parrot Tokenizer

2002-08-18 Thread Peter Sergeant
nes) using the Tokenizer, and the results of running on examples/assembly/life.pasm can be found here: http://grou.ch/parrot.html +Pete # Parrot Tokenizer in Perl # Copyright 2002 Peter Sergeant <[EMAIL PROTECTED]> package Parrot::Tokenizer; use strict; my @tokens; # This whole