Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New functions: nested-vec-of and nested-vec. | Kaz Kylheku | 2023-09-21 | 1 | -0/+21 |
| | | | | | | | | | | | | | | | * eval.c (eval_init): Register nestd-vec-of and nested-vec intrinsics. * lib.[ch] (vec_allocate, vec_own, vec_init): New static functions. (vector, copy_vec): Expressed in terms of new functions. (nested_vec_of_v, nested_vec_v): New functions. * args.[ch] (args_cat_from): New function. * tests/010/vec.tl: New tests. * txr.1: Documented. | ||||
* | lib: new function, fill-vec. | Kaz Kylheku | 2021-06-08 | 1 | -0/+32 |
* eval.c (eval_init): Register fill-vec intrinsic. * lib.c (fill_vec): New function. * lib.h (fill_vec): Declared. * tests/010/vec.tl: New file. * txr.1: Documented. * share/txr/stdlib/doc-syms.tl: Updated. |