Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can you add some usefull modules? #56

Closed
TheAifam5 opened this issue Jan 2, 2015 · 1 comment
Closed

Can you add some usefull modules? #56

TheAifam5 opened this issue Jan 2, 2015 · 1 comment
Labels

Comments

@TheAifam5
Copy link

Hi,

  1. Function return all members of script (locals, globals and functions name, class names and class members and parameters) for AutoComplete system
  2. Add support for lint code (checking errors etc)
@SteveKChiu
Copy link
Owner

  1. It is better to use Lua's debug interface for that purpose, I am not sure what lua-intf can do for you about that. http://www.lua.org/manual/5.2/manual.html#lua_Debug
  2. Would you give some example? What type of errors you want lua-intf to catch? lua-intf is template library, it can catch some runtime error or some compile-time checking (very-limit)? It probably can not do code-analysis like other lint tools.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants