summaryrefslogtreecommitdiffstats
path: root/tests/018/getput.tl
Commit message (Collapse)AuthorAgeFilesLines
* New functions: read-objects, file-get-objects, ...Kaz Kylheku2023-12-191-0/+33
* parser.c (read_objects_common): New static function, formed from read_objects_from-string. (read_objects_from_string): Now wrapper for read_objects_common. (read_objects): New function. * parser.h (read_objects): Declared. * eval.c (eval_init): Register read-objects intrinsic. * autoload.c (getput_set_entries): Add three new symbols: file-get-objects, file-put-objects and file-append-objects. * stdlib/getput.tl (put-objects): New system function. (file-get-objects, file-put-objects, file-append-objects): New functions. * txr.1: Documented. * tests/018/getput.tl: New file.