removal due to another working script
[trueprint.git] / BUGS
blob2ad7f1cf70f813b105d8b37bb003570fdb462238
1 If you want to add an entry to this file, send mail to bug-trueprint@gnu.org
4 Known bugs:
5 perl - an associative array that starts with 'sub' gets confusing
6 perl - trueprint cannot tell the difference between the shift-right
7         operator "<<" and the start of a "here" document "<<".  Perl
8         can tell the difference because it knows whether it is expecting
9         an operator or a value, but trueprint is a program of very little
10         brain and takes as many shortcuts when parsing as possible...
11 perl - the remainder of a line after a heredoc start will not be properly
12         scanned for quoted strings.