ucl/ucl
Leon Mika 2fbfd6d88a
All checks were successful
Build / build (push) Successful in 2m2s
Added some tests for the while
2025-02-12 20:33:53 +11:00
..
builtins Added the -stdout switch 2025-02-03 10:53:36 +11:00
ast.go Added set! which will raise an error if attempting to set a value to nil 2025-02-04 08:59:18 +11:00
builtins.go Added the while loop 2025-02-08 09:50:35 +11:00
env.go Added strs:split and fixed closures 2025-01-13 21:37:54 +11:00
errors.go Some new features and bugfixes 2025-01-15 22:07:29 +11:00
eval.go Exposed FromGoValue 2025-01-31 08:31:15 +11:00
inst.go Added the while loop 2025-02-08 09:50:35 +11:00
inst_test.go Renamed foreach to for 2025-02-04 09:04:11 +11:00
io.go Added a few things needed by Dynamo Browse 2024-05-01 21:05:14 +10:00
objs.go Added csv:to-csv 2025-02-03 10:28:44 +11:00
testbuiltins_test.go Added some tests for the while 2025-02-12 20:33:53 +11:00
userbuiltin.go Added csv:to-csv 2025-02-03 10:28:44 +11:00
userbuiltin_test.go Renamed foreach to for 2025-02-04 09:04:11 +11:00