Now that I’m in deep to Luup programming, is there some sort of an online luup syntax checker?
Something that would catch basic syntax as well as stuff like this “myArray[ lul_devic ]” (the ‘e’ is missing on the end).
Scripting language is such a pain in the butt sometimes. Me like compiler!
See if LuaTest does what you need. It runs on Vera so will handle all the luup calls as well as normal Lua syntax.
If you need a full Lua IDE that also handles Vera’s luup functions, I recommend ZeroBrane Studio for Vera.
Interesting. Ok thanks. I might as well just ask you all my questions!