[Prev][Next][Index]
Another bug
- From: Michael Golden <mgolden@eecs.umich.edu>
- Subject: Another bug
- To: sage-bugs@cica.indiana.edu
- Date: Mon, 16 Jan 1995 13:37:14 -0500 (EST)
When I parse and unparse the following program, the unparser stops at
the null character '\0'.
Zoinks!
Here is what I do to create the error:
sagecc test.c
unparse test.dep
Michael
-------------------------------------------------------
mgolden@eecs.umich.edu
All the passions make us commit faults; love makes us commit the most
ridiculous ones.
-- La Rochefoucauld
------------ test.c ---------------
main ()
{
char a;
a = '\0';
printf ("Hello world\n");
}
--------- output from unparse -------------
main(){
char a;
a = '