Hello,
Has anybody out there built a reentrant version of Coco ?
With the time going it's annoying it is not.
I have thought about that, and I have more than half a solution
.... put all context depandent variable in a context record
and make all procedures aware of this context with
a WITH context^ .... END pair.
But this isn't as elegant as I'd like - because you have
to care about clashes of context^ vars and your identifiers
in semantic actions.
So if anybody have a more definite solution I'd be happy
to know.
Regards ; JP Dezaire