1 Jan 1999 09:21
ANNOUNCE: mlexpect 0.9
Ian T Zimmerman <itz <at> transbay.net>
1999-01-01 08:21:05 GMT
1999-01-01 08:21:05 GMT
mlexpect 0.9 has been uploaded to ftp://ftp.prosa.it/pub/people/itz/mlexpect-0.9.0.tar.gz All comments of any kind are heartily welcome. I quote the README file: This is mlexpect, a feeble attempt to to the same thing in ocaml as Don Libes' expect program does in Tcl. Install the GNU way: configure, make, make install. This will add the following to your system: expect.cma ... a ocaml bytecode library expect_lib.mli ... a ocaml interface source file for the library expect_lib.cmi ... compiled interface file mlexpect ... a ocaml toplevel with the expect library linked in. Also, for people who still miss C macro hackery(Continue reading)I added a camlp4 gizmo in expect_p4.cmo. When you load it you can write things like <:expect< spawn_id_0 * "exact string" => handle_exact_string spawn_id_1 * /"pattern"/ => handle_pattern spawn_id_1 * Eof => handle_eof >>
I added a camlp4
gizmo in expect_p4.cmo. When you load it you can write things like
<:expect<
spawn_id_0 * "exact string" => handle_exact_string
spawn_id_1 * /"pattern"/ => handle_pattern
spawn_id_1 * Eof => handle_eof
>>
RSS Feed