[plt-scheme] Re: combinator-parser
On 3/12/08, Kathy Gray <kathryn.gray at cl.cam.ac.uk> wrote:
>
> The primary change is that the current combinator is no longer in the lazy
> language; this impacts two factors that neither the current documentation,
> nor the example presents. First, the order now matters in linking and
> instantiating units; specifically in the example specification it is
> important that the link clause is the following (link
> combinator-parser-tools@ support lambda-calc).
Thank you, Kathy. That was the issue. I have it working now.
-Jon