PerlPGEDumper with diff

2007-12-12 Thread Kevin Tew
+dumpfmt = downcase dumpfmt +if dumpfmt == 'perl_dump' goto perl_dump + '_dumper'($P0, target) end: .return ($P0) + perl_dump: +"perlPGEDumper"($P0) +goto end + err_infile: $P0 = new 'Exception' $S0 = 'Error: file

Re: PerlPGEDumper

2007-12-12 Thread Patrick R. Michaud
On Wed, Dec 12, 2007 at 09:16:46AM -0700, Kevin Tew wrote: > I'm using this code to dump PGE parse trees in Perl5 dump format. > > Can it get modified/added to HLLCompiler and PCT? > I'm using it for a research project where the compiler is written in Perl5. > The compiler translates the PGE parse

PerlPGEDumper

2007-12-12 Thread Kevin Tew
I'm using this code to dump PGE parse trees in Perl5 dump format. Can it get modified/added to HLLCompiler and PCT? I'm using it for a research project where the compiler is written in Perl5. The compiler translates the PGE parse tree into c++ code which is then compiled. I'd like to eventuall