Menu

how to... compile via lua

yair
2007-08-19
2012-11-13
  • yair

    yair - 2007-08-19

    hi, im starting with lua.
    how can i get it to compile my lua scripts?

     
    • Nobody/Anonymous

      Look at the NPPExec plugin.

      Also, you might be able to program a macro to run the compiler or interpreter.

      Visit the website (links to online help under the "?" menu) and look in the FAQ to find out about passing arguments to external commands.

       
    • Nobody/Anonymous

      If you have lua.exe installed and added to your Windows Environment Path variables (ie. C:\lua), you can simply create a run command (F5) with:

      cmd /k lua "$(FULL_CURRENT_PATH)"

       
    • yair

      yair - 2007-08-19

      it being np++ ;)