This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regnodes.h: Add two convenience bit masks
authorKarl Williamson <khw@cpan.org>
Fri, 3 Apr 2020 16:22:19 +0000 (10:22 -0600)
committerKarl Williamson <khw@cpan.org>
Fri, 16 Oct 2020 13:01:41 +0000 (07:01 -0600)
commit938090acbdbd9475a044786f75bbbcf4e64d3b49
tree17d61f9869ae4c2cab81d4ae0dfe7d7292bfecd1
parenta234542cd411731277682fb13ab4cf77e841b134
regnodes.h: Add two convenience bit masks

These categorize the many types of EXACT nodes, so that code can refer
to a particular subset of such nodes without having to list all of them
out.  This simplifies some 'if' statements, and makes updating things
easier.
globvar.sym
pod/perldebguts.pod
regcomp.sym
regen/regcomp.pl
regnodes.h