Dino Morelli <[EMAIL PROTECTED]> wrote:
> On Sat, 7 May 2005, Dino Morelli wrote:
>>On Sat, 7 May 2005, Leopold Toetsch wrote:
>$ ./parrot -o foo.pbc foo.imc
>$ ./parrot foo.pbc
>>The part I'm unsure of is the exit codes.
>>I could change it to watch for a bad code during the for loop wi
On Sat, 7 May 2005, Dino Morelli wrote:
>On Sat, 7 May 2005, Leopold Toetsch wrote:
>
>>Dino Morelli <[EMAIL PROTECTED]> wrote:
>>> On Fri, 6 May 2005, Leopold Toetsch wrote:
>>
"make testr" is broken. We need some replacement for it. It does:
>>
>>[ and should do ]
>>
$ ./parrot -o foo.pb
On Sat, 7 May 2005, Leopold Toetsch wrote:
>Dino Morelli <[EMAIL PROTECTED]> wrote:
>> On Fri, 6 May 2005, Leopold Toetsch wrote:
>
>>>"make testr" is broken. We need some replacement for it. It does:
>
>[ and should do ]
>
>>>$ ./parrot -o foo.pbc foo.imc
>>>$ ./parrot foo.pbc
>
>> I think this m
Dino Morelli <[EMAIL PROTECTED]> wrote:
> On Fri, 6 May 2005, Leopold Toetsch wrote:
>>"make testr" is broken. We need some replacement for it. It does:
[ and should do ]
>>$ ./parrot -o foo.pbc foo.imc
>>$ ./parrot foo.pbc
> I think this might do it:
>
On Fri, 6 May 2005, Leopold Toetsch wrote:
>"make testr" is broken. We need some replacement for it. It does:
>
>- read a source file
>- compile the source to a .pbc file
>- load that .pbc file
>- run it
>
>It corresponds to this command line:
>
>$ ./parrot -o foo.pbc -r -r foo.imc
>
>This was bas