[plt-scheme] Re: combinator-parser
I should be more specific. The obvious error (the fact that the
import path is wrong for the combinator-unit.ss file) is not the
problem.
When I try to link and invoke the unit, I'm told that an error occurs
in a function application, because the function value of #<undefined>.
I've been able to trace that to the 'terminal' function on line 73 of
parser-sigs.ss.
On 3/12/08, Jon Zeppieri <zeppieri at gmail.com> wrote:
> Does the combinator-parser library work? The example (in
> collects/combinator-parser/examples) doesn't, and I haven't been able
> to make it work.
>
>
> -Jon
>