Re: Perl Compiler source file

[email protected] (_brian_d_foy) Thu, 17 Mar 2005 13:12:40 -0600
Newsgroups perl.documentation
Message-ID <170320051312404112%[email protected]>
In article <[email protected]>,
Sapna Jain <[email protected]> wrote:

> I m working in optimizing compilers, So, i want to study the perl 
> compiler, how it compiles the program, and generate c code, and nay 
> opportunities to improve the compilation process.

> But i could not find the files of perl source code, that usually do the 
> compilation part.

The perl source code is on CPAN:

   http://www.cpan.org/src/README.html

There is not a single compiler to create perl, and Perl does not
compile to C code.

-- 
brian d foy, [email protected]