diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2023-06-28 22:57:12 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2023-06-28 22:57:12 -0700 |
commit | d7ea45f4c26ff460d062f24f3fbb33c018874dcf (patch) | |
tree | b99849362e2955c4714b09d4a3774d77196317f1 /tests/012/except.tl | |
parent | 1c583965749a40cdbe15846c2487f32a426dcbeb (diff) | |
download | txr-d7ea45f4c26ff460d062f24f3fbb33c018874dcf.tar.gz txr-d7ea45f4c26ff460d062f24f3fbb33c018874dcf.tar.bz2 txr-d7ea45f4c26ff460d062f24f3fbb33c018874dcf.zip |
New: callable integers and ranges.
* lib.c (do_generic_funcall): Allow integers and ranges
to be function callable. They take one argument and
index into it or extract a slice. In the case of ranges,
this is a breaking change. Ranges can already be used
in the function position in some limited ways that are
not worth preserving.
* tests/012/callable.tl: New file.
* tests/012/iter.tl: Here we fix two instances of
breakage. Using txr -C 288 will restore the
behaviors previously tested here.
* txr.1: Documented.
Diffstat (limited to 'tests/012/except.tl')
0 files changed, 0 insertions, 0 deletions