2
2
镜像自地址 https://github.com/Hilbis/Hilbish 已同步 2025-07-09 04:22:03 +00:00

website: add more info for runner mode

这个提交包含在:
sammyette 2023-04-14 00:40:41 -04:00
父节点 a37f8e3b30
当前提交 bd01b478d5
签署人:: sammyette
GPG 密钥 ID: 904FC49417B44DCD

查看文件

@ -15,3 +15,7 @@ In some cases, someone might want to switch to just shell script to avoid
it while interactive but still have a Lua config, or go full Lua to use
Hilbish as a REPL. This also allows users to add alternative languages,
instead of either like Fennel.
Runner mode can also be used to handle specific kinds of input before
evaluating like normal, which is how [Link.hsh](https://github.com/TorchedSammy/Link.hsh)
handles links.