Questions tagged [castl]

CASTL (Compile Abstract Syntax Tree to Lua) is a tool for compiling JS to Lua.

CASTL (Compile Abstract Syntax Tree to Lua) is a tool for compiling to .

1 questions
0
votes
2 answers

Lua: module 'castl.runtime' not found

I am new to Lua. I compiled a JS file to lua 5.2 using castl: castl -o script.js This created a file named script.js.lua. This is the first line of my new lua file: local _ENV = require("castl.runtime"); I tried running that file with lua52…
Web_Designer
  • 72,308
  • 93
  • 206
  • 262