Mercurial Hosting > luan
view src/luan/modules/theme_to_luan.luan @ 2139:68b055359b2b nginx_decoupled
old macos doesn't support SSLv1.3, remove
| author | Violet7 |
|---|---|
| date | Mon, 19 Jan 2026 20:29:52 -0800 |
| parents | 1a68fc55a80c |
| children |
line wrap: on
line source
local Io = require "luan:Io.luan" local Parsers = require "luan:Parsers.luan" Io.stdout.write( Parsers.theme_to_luan( Io.stdin.read_text(), "stdin" ) )
