ucl/ucl/builtins
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
..
csv.go Fixed tests 2025-04-10 21:35:12 +10:00
csv_test.go Added a CSV module 2025-03-23 11:47:26 +11:00
fs.go Started working on builtins 2025-03-23 11:18:10 +11:00
fs_test.go Started working on builtins 2025-03-23 11:18:10 +11:00
itrs.go Added itrs:tap 2025-03-23 12:01:21 +11:00
itrs_test.go Added iterators 2025-03-23 12:00:58 +11:00
lists.go Added some changes to call and added builtins 2025-05-17 13:59:44 +10:00
lists_test.go Added some changes to call and added builtins 2025-05-17 13:59:44 +10:00
log.go Added a log builtin 2025-03-23 11:43:06 +11:00
log_test.go Added a log builtin 2025-03-23 11:43:06 +11:00
os.go Started working on builtins 2025-03-23 11:18:10 +11:00
os_test.go Started working on builtins 2025-03-23 11:18:10 +11:00
strs.go Added some changes to call and added builtins 2025-05-17 13:59:44 +10:00
strs_test.go Added some changes to call and added builtins 2025-05-17 13:59:44 +10:00
time.go Added some changes to call and added builtins 2025-05-17 13:59:44 +10:00
time_test.go Added some changes to call and added builtins 2025-05-17 13:59:44 +10:00