It wouldn't take much to make the main.lua command-line driver work under Windows — same stuff as this commit for moon-noise.
A slightly more ambitious goal would be to split out the FFI-dependent common functionality here (fwrite, fread, isatty and binmode) into a small library, perhaps put it on LuaRocks and make both projects use it.
It wouldn't take much to make the
main.luacommand-line driver work under Windows — same stuff as this commit for moon-noise.A slightly more ambitious goal would be to split out the FFI-dependent common functionality here (
fwrite,fread,isattyandbinmode) into a small library, perhaps put it on LuaRocks and make both projects use it.