Mercurial Hosting > luan
view src/luan/modules/luan_to_java.luan @ 2089:454bc5a2ba10 default tip
remove X
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Thu, 11 Dec 2025 13:17:11 -0700 |
| parents | 8d95711f6615 |
| children |
line wrap: on
line source
require "java" local LuanCompiler = require "java:luan.impl.LuanCompiler" local Io = require "luan:Io.luan" Io.stdout.write( LuanCompiler.toJava( Io.stdin.read_text(), "stdin" ) )
