p5-Compiler-Parser
p5-Compiler-Parser copied to clipboard
Some constructions p5 doesn't yet parse correctly
- while (<>)
- my $handle = new IO::File;
This however is parsed correctly: while (1)