PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs323] test.parsley
Date: Friday, 25 Sep 2020, 13:44:26


    > Message Posted By: Unknown
    >
    > Are there any public test cases which would still work for an incomplete
    > implementation of [simple], i.e. an implementation which cannot yet handle
    > locals vs TEXT or redirection (As this is what I currently have). Thanks.

No, but it should not be hard to compare the outputs
from

  % echo cmd arg1 arg2 | /c/cs323/Hwk2/parsley

and

  % echo cmd arg1 arg2 |             ./parsley

which use the command "cmd arg1 arg2".

--Stan-
PREV INDEX NEXT