www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - dexpect 0.0.2 - very alpha

An early draft of an expect lib in D.

http://code.dlang.org/packages/dexpect

It includes a sample (and naive) binary implementation that can 
read simple expect script files at run time.

I'll be using this in work for automating the testing of a CLI 
we're developing that has to run cross platform. There was no 
easy solution I could find online to do it, so I rolled my own.

There's lots of improvements to be made to this, most notably 
unit testing and a proper script parser to control it.

Will be working on those in the near future.
May 14 2015