diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2025-01-02 23:29:50 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2025-01-06 08:30:14 +0100 |
commit | e40d56152d68aa7fcf05b551e08c94d498ca9163 (patch) | |
tree | a7e3d6ca3dcf739e03bd3213029b531c5595b0fc /README.adoc | |
parent | 21379d4c02e85ae82c1010ca3b91dceb7dfee514 (diff) | |
download | liberty-e40d56152d68aa7fcf05b551e08c94d498ca9163.tar.gz liberty-e40d56152d68aa7fcf05b551e08c94d498ca9163.tar.xz liberty-e40d56152d68aa7fcf05b551e08c94d498ca9163.zip |
Add an Expect-like tool
This is to provide an Expect utility with a minimal dependency tree
for C-based projects. It also addresses some Tcl Expect design issues,
as perceived by me.
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc index 0d3d0de..5a87720 100644 --- a/README.adoc +++ b/README.adoc @@ -68,6 +68,9 @@ lxdrgen-mjs.awk:: lxdrgen-swift.awk:: LibertyXDR backend for the Swift programming language. +wdye:: + Compiled Lua-based Expect-like utility, intended purely for build checks. + Contributing and Support ------------------------ Use https://git.janouch.name/p/liberty to report any bugs, request features, |