annotate src/luan/modules/theme_to_luan.luan @ 1515:78d937870762

Thread.synchronized
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 30 May 2020 17:58:35 -0600
parents 1a68fc55a80c
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" ) )