annotate core/src/luan/modules/theme_to_luan.luan @ 771:dcae4dd718b8

add theme_to_luan
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 17 Aug 2016 18:12:19 -0600
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
771
dcae4dd718b8 add theme_to_luan
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
1 local Io = require "luan:Io.luan"
dcae4dd718b8 add theme_to_luan
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
2 local Parsers = require "luan:Parsers.luan"
dcae4dd718b8 add theme_to_luan
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
3
dcae4dd718b8 add theme_to_luan
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
4 Io.stdout.write( Parsers.theme_to_luan( Io.stdin.read_text(), "stdin" ) )