Mercurial Hosting > luan
view src/luan/modules/theme_to_luan.luan @ 889:5731a7707466
remove _forwarded
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 06 Oct 2016 23:24:30 -0600 |
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" ) )