diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-03-09 20:48:18 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-03-09 20:48:18 +0000 |
commit | 00e74f145ac4513e21f301b1f6ee9d0075465ab5 (patch) | |
tree | 83d05eaea8f9c9fc05f95ef9de0dd2a9a209d563 /MANIFEST | |
parent | af5683d1a11b86657bb9d3800d54c4d65ca7b5a0 (diff) | |
download | perl-00e74f145ac4513e21f301b1f6ee9d0075465ab5.tar.gz |
Add the madly parser. I believe that this is all the C code. Now to
find the bugs that stowed away.
p4raw-id: //depot/perl@27447
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2621,6 +2621,11 @@ lib/warnings.pm For "use warnings" lib/warnings/register.pm For "use warnings::register" lib/warnings.t See if warning controls work locale.c locale-specific utility functions +madly.act parser actions; derived from madly.y +madly.c parser code (NOT derived from madly.y) +madly.h header file for madly.c; derived from madly.y +madly.tab parser state tables; derived from madly.y +madly.y Yacc grammar for MAD makeaperl.SH perl script that produces a new perl binary makedef.pl Create symbol export lists for linking makedepend.SH Precursor to makedepend @@ -3025,6 +3030,7 @@ regcomp.h Private declarations for above regcomp.pl Builder of regnodes.h regcomp.sym Data for regnodes.h regen_lib.pl Common file routines for generator scripts +regen_madly.pl generate madly.{act,h,tab} from madly.y regen_perly.pl generate perly.{act,h,tab} from perly.y regen.pl Run all scripts that (re)generate files regexec.c Regular expression evaluator |