lua-inspect icon indicating copy to clipboard operation
lua-inspect copied to clipboard

Lua code analysis, with plugins for HTML and SciTE

Results 11 lua-inspect issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/11549103/34759897-9474c98a-f618-11e7-9788-1e490221009a.png) Lua 5.3.0 mac os 10.12.6

lua-inspect is really handy; I wish there was good sublime text integration.

Perhaps this is already possible, but I couldn't figure out how to do it--I'm writing code that uses love2d, and I know (for instance) that a `love.graphics.line` function exists which...

Hi, I tried run lua-inspect in Lua 5.2.0 (compiled with LUA_COMPAT_ALL) and had errors (getfenv,setfenv). I made some changes, and it seems, that goes -> C:\JS_LUA\lua-5.2.0\Debug\lua52.exe test.lua successfully produces examples.html...

lua-inspect could be really useful for Lua coders. Would you like to publish lua-inspect to [LuaDist](http://luadist.org/)? This way, users can install it easily with `luadist install lua-inspect`.

Hello lexer:extract_short_string does not handle situations where there are mixed ' and " in same line. For example: LuaCode = "returnTxt='Hello from Lua!' .. inTxt .. ' / ' .....

$ ~/projects/lua-inspect/luainspect -f html -o luainspect.html . lua: ...agladysh/projects/lua-inspect/lib/luainspect/ast.lua:119: attempt to index local 'text' (a nil value) stack traceback: ...agladysh/projects/lua-inspect/lib/luainspect/ast.lua:119: in function 'linecount' ...agladysh/projects/lua-inspect/lib/luainspect/ast.lua:142: in function 'ast_from_string' ...dysh/projects/lua-inspect/lib/luainspect/command.lua:64: in main...

lua-inspect is not compatible with scite 3.2.1, minor tweaks are needed, see: https://groups.google.com/forum/?fromgroups#!topic/scite-interest/8PdNdUtGfBo

For a valid lua code: a=1.0 I get lexer error: warning: metalua failed to compile code that compiles with loadstring. error in metalua? lua-inspect/metalualib/gg.lua:56: lua-inspect/metalualib/lexer.lua:129: assertion failed! 6 I made...