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 | 83f7efdc4127c9807bdc46708ef5036d5fdafc51 (patch) | |
tree | d39d6b99503a98909ecb27db2fe5b6c703bcc24d /eval.h | |
parent | 6cb0284cc3fe66c4c20a09a651ba897ed6e2f71e (diff) | |
download | txr-83f7efdc4127c9807bdc46708ef5036d5fdafc51.tar.gz txr-83f7efdc4127c9807bdc46708ef5036d5fdafc51.tar.bz2 txr-83f7efdc4127c9807bdc46708ef5036d5fdafc51.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.h')
0 files changed, 0 insertions, 0 deletions