diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-09-23 06:39:56 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-09-23 06:39:56 -0700 |
commit | dd7f5354ac98a96c979e48cf7d494a7defca7e53 (patch) | |
tree | d39d6b99503a98909ecb27db2fe5b6c703bcc24d /eval.c | |
parent | 6e91d3b656ec0b97e870466269f2707e9f784d28 (diff) | |
download | txr-dd7f5354ac98a96c979e48cf7d494a7defca7e53.tar.gz txr-dd7f5354ac98a96c979e48cf7d494a7defca7e53.tar.bz2 txr-dd7f5354ac98a96c979e48cf7d494a7defca7e53.zip |
New regex functions: m^$, m^, m$, and others.
* regex.c (do_match_full, do_match_full_offs, do_match_left,
do_match_left_offs, do_match_right, do_match_right_offs):
New static functions.
(regex_match_full_fun, regex_match_right_fun,
regex_match_full, regex_match_left, regex_match_right,
regex_range_full, regex_range_left, regex_range_right):
New functions.
(regex_init): Register f^$, f^, f$, m^$, m^, m$, r^$,
r^ and r$ intrinsics.
* regex.h (regex_match_full_fun, regex_match_right_fun,
regex_match_full, regex_match_left, regex_match_right,
regex_range_full, regex_range_left, regex_range_right):
Declared.
* txr.1: Documented new functions.
Diffstat (limited to 'eval.c')
0 files changed, 0 insertions, 0 deletions