typecheck icon indicating copy to clipboard operation
typecheck copied to clipboard

Gradual type checking for Lua functions

Results 2 typecheck issues
Sort by recently updated
recently updated
newest added

Hi, I'm on the process of writing a library that needs to do type checking for arbitrary values, other than arguments and return values, and I'd like to reuse the...

enhancement
help wanted

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,...

enhancement