Re: parrot reading from stdin

2002-08-01 Thread Stephen Rawls
--- Melvin Smith <[EMAIL PROTECTED]> wrote: > You can do this now: > > ../assemble.pl a.pasm | parrot - *slaps head* Do'h. Thanks for the information, sorry I missed it. Stephen Rawls __ Do You Yahoo!? Yahoo! Health - Feel better, live better ht

Re: parrot reading from stdin

2002-07-31 Thread Melvin Smith
At 03:18 PM 7/31/2002 -0700, Stephen Rawls wrote: >I'm sure this has been thought out before, but I'll >press on anyway. Assuming parrot shouldn't always >create intermediate files (.pbc), then shouldn't >parrot be able to take an input stream as an argument >instead of a filename? That way, one

parrot reading from stdin

2002-07-31 Thread Stephen Rawls
I'm sure this has been thought out before, but I'll press on anyway. Assuming parrot shouldn't always create intermediate files (.pbc), then shouldn't parrot be able to take an input stream as an argument instead of a filename? That way, one just has to pipe the output from assemble.pl to parrot