On Wed, 22 Dec 2004, David Vonka wrote:
Hi to all,
there seems to be a bug in the parser. A script like
command1;
command2; # comment
command3;
generates a segmentation fault, while
command1;
command2;
# comment
command3;
does not.
I not sure if Allin had the intention to allow comments
like in the first case, but Gretl should crash even if
he hadnĀ“t.
Comments in the first form are not supported -- but you're right,
the program should not crash on them! I'll look into that.
--
Allin Cottrell
Department of Economics
Wake Forest University, NC