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 eventually write the compiler in Perl6 once it has stabilized. Kevin