This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Generate PL_simple[] and PL_varies[] with regcomp.pl, rather than hard-coding.
authorNicholas Clark <nick@ccl4.org>
Wed, 17 Mar 2010 13:33:48 +0000 (13:33 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 27 May 2010 09:30:01 +0000 (10:30 +0100)
commitf9ef50a71935a8e93b4030c12dcd1206ccab71ab
treeeb3fd930cc49176fa359201be519a6563a343321
parentf8abb37e5b952f76a9e019137369e3f8ef5a58ae
Generate PL_simple[] and PL_varies[] with regcomp.pl, rather than hard-coding.

Add a new flags column to regcomp.sym, with V if the node type is in PL_varies,
S if it is in PL_simple, and . if a placeholder is needed because subsequent
optional columns are present.
regcomp.h
regcomp.pl
regcomp.sym
regnodes.h