typecheck icon indicating copy to clipboard operation
typecheck copied to clipboard

Accept free-form function names

Open jvprat opened this issue 8 years ago • 1 comments

The function name parsing in "argscheck" is a bit restrictive, only allowing valid Lua identifiers. Since it's only used to show error messages I'd like to use more descriptive names, like "t[2]" or "local f1 inside f2".

I'm really bad with pattern matching, so I open it as a feature request ;)

jvprat avatar May 12 '16 08:05 jvprat