Add Param and ParamSpec types for arg validation (#191)
Replaced FunctionArg with Param and moved arg validation logic out of Code and into new ParamSpec type. ParamSpec can then be made more general purpose and used for builtin functions.
Showing
runtime/param.go
0 → 100644
runtime/param_test.go
0 → 100644
Please register or sign in to comment