lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Wed, May 18, 2011 at 7:58 PM, Peter Odding <peter@peterodding.com> wrote:
> I've never used it but it seems that Steve Donovan wrote a basic lexpect
> module:

I'm doing a cleaned-up version with time-out support, should be out
soon. Still struggling with error handling strategies.

lpty is definitely a more solid base to build on, but lexpect is meant
to work on both Unix and Windows, so I have to keep capabilities in
step.

steve d.