|
All checks were successful
Build / build (push) Successful in 2m32s
- call now supports calling invokables by string - call now takes as arguments a listable of positional args, and a hashable of keyword args - added strs:split, strs:join, and strs:has-prefix - added new lists module with lists:first - added time:sleep |
||
|---|---|---|
| .. | ||
| builtins | ||
| ast.go | ||
| builtins.go | ||
| env.go | ||
| errors.go | ||
| eval.go | ||
| inst.go | ||
| inst_test.go | ||
| io.go | ||
| objs.go | ||
| testbuiltins_test.go | ||
| userbuiltin.go | ||
| userbuiltin_test.go | ||