On Mon, 20 Dec 2004, willett wrote:
program file attached is a program missing a "}" which should get compilation error, but which compiles without errors and when run, gets a "Segmentation fault" and quits.
compiler saw { { }, he wanted { } { }
found that problem the other day, but since it is not a bug, sat down and wrote a non-distructive tool that might be useful: it checks for matching (* *), { }, [ ], ( ), " ", and ' '
program attached. let me know what you think of it.
Russ