I managed to get some time today to hack out some tests for PUGS. The
attached file contains a number of test for 'for'.
I based these test on what I read in the Exegesis 4
(http://www.perl.com/lpt/a/2002/04/01/exegesis4.html) about how 'for'
should work. A number of the tests fail since the syntax is currently
not supported or parsed correctly, and I have added TODO comments for
those.
I hope this is helpful. Hopefully tomorrow I will get some more time to
add to this as well.
- Steve