Re: [patch] Reading bytecode stream from stdin

2002-01-08 Thread Simon Cozens
On Tue, Jan 08, 2002 at 03:06:32AM +, Alex Gough wrote: > The patch below adds the ability to say: > ../test_parrot -f - < foo.pbc > (Yes, an interactive bytecode interpreter, just what you've been > waiting for) Yes, I have, thank you. Do you want to apply it? -- As the saying goes, if you

[patch] Reading bytecode stream from stdin

2002-01-07 Thread Alex Gough
The patch below adds the ability to say: ../test_parrot -f - < foo.pbc (Yes, an interactive bytecode interpreter, just what you've been waiting for) and ../test_parrot -f foo.pbc And have them both do the same thing. This seems to work fine on FreeBSD and Irix, but might be very wrong somewh