Um, no. I'm working on my third or so Perl parser right now, depending on how you count. And the hard part of parsing Perl is not actually the parsing, it's the lexing, so this parser will write its own lexer automatically, because I'm too lazy to write any more lexers.