ucl/ucl
Leon Mika e7f904e7da
All checks were successful
Build / build (push) Successful in 2m32s
Added some changes to call and added builtins
- 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
2025-05-17 13:59:44 +10:00
..
builtins Added some changes to call and added builtins 2025-05-17 13:59:44 +10:00
ast.go Fixed tests 2025-04-10 21:35:12 +10:00
builtins.go Added some changes to call and added builtins 2025-05-17 13:59:44 +10:00
env.go Fixed tests 2025-04-10 21:35:12 +10:00
errors.go Some new features and bugfixes 2025-03-23 11:41:41 +11:00
eval.go Fixed tests 2025-04-10 21:35:12 +10:00
inst.go Fixed tests 2025-04-10 21:35:12 +10:00
inst_test.go Added some changes to call and added builtins 2025-05-17 13:59:44 +10:00
io.go Added a few things needed by Dynamo Browse 2025-03-23 11:17:59 +11:00
objs.go Added some changes to call and added builtins 2025-05-17 13:59:44 +10:00
testbuiltins_test.go Added some changes to call and added builtins 2025-05-17 13:59:44 +10:00
userbuiltin.go Made Hashable public and bindable 2025-05-17 10:34:39 +10:00
userbuiltin_test.go Made Hashable public and bindable 2025-05-17 10:34:39 +10:00