Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

lua

  1. Phileosophos

    How can I disable the internal Lua support entirely?

    I find the built-in Lua 5.4.7 interpreter keeps getting in my way in multiple respects. I've un-ticked the box for Lua scripting support in the "OPTION" dialog already, but every invocation of a 'lua' command is triggering the built-in support by default rather than invoking my external Lua 5.1...
  2. H

    Lua and lpeg

    I was very happy when Lua support was added to TC. On a whim I compiled a Lua addon (lpeg) and placed the resulting dll into the TC folder. To my pleasant surprise this worked and I can now run all of my Lua scripts that require the lpeg addon. I have two questions: 1. Does TC's support for...
  3. fpefpe

    How to? LUA script

    Hello -- does ".lua" have to be added to pathext for foo.lua to be executed by just typing foo? (assuming lua support option is on)
  4. fpefpe

    How to? Lua Examples

    Hello -- is there anyplace on the web site that might have examples of a lua script reading/writing env variables and issuing tcc commands? Thanks
Back
Top