NAME
TODO.pod - A ToDo list for PIR language using Parrot Compiler Tools
DESCRIPTION
Languages/PIR is an attempt to implement a compiler for Parrot Intermediate Representation (PIR). This is not the reference implementation of PIR, which is compilers/IMCC. Languages/PIR does try to be as close as possible.
TODO LIST
Add more tests.
Add support for Heredoc parsing. Not complete yet.
Fix Parrot instruction parsing (arguments)
Use <% .. > construct for Parrot instructions as soon as PGE supports it. This will hugely improve compilation speed of larger scripts (now it has to check each alternative until it matches an instruction).
AUTHOR
Klaas-Jan Stol