This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mktables: Add Perl_IDStart property
authorKarl Williamson <public@khwilliamson.com>
Mon, 26 Sep 2011 20:46:00 +0000 (14:46 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sat, 1 Oct 2011 15:58:09 +0000 (09:58 -0600)
commitee24a51cf0c68318494d0b1e0fc805878089915d
treec963d58c1f5f6f3abeac91acb0947948ef326ddf
parent9479a769f5907e67684a8a7693129806926faa34
mktables: Add Perl_IDStart property

This is a space/time trade-off.  We add a table that is compiled to
calculate what Perl wants for a character to be the beginning of an
identifier.  This will enable us to not have to take the && of two
tables.
lib/unicore/mktables