You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This add a very basic implementation of debug info. Right now the only info
that this command will find are global function names. The plan is to first
parse table syntax, ie. `foo.bar.baz`, and actually go down the stack until
we react that `baz` function of table bar of table foo. Next would be
ordered tables since that will be a bit more trick which the name tables are
similar to just the `laco_line_to_words` only with dots instead of spaces.
0 commit comments