[so] inca o data - "parser mistic" -poate macar de data asta primesc si eu un raspuns
Dorin Cristescu
so@cursuri.cs.pub.ro
Wed, 10 Nov 2004 12:54:08 -0800 (PST)
--0-2123469388-1100120048=:59692
Content-Type: text/plain; charset=us-ascii
salve.
mainu meu:
int main(int argc, char **argv)
{ while(7)
{ putchar('#');
yyparse();
if(command)exe(command);
}
}
si outputu meu:
[root@localhost so]# gcc lex.yy.c parser.tab.c redir.c
[root@localhost so]# ./a.out
#
#
#
#
#
#ls
#a.out lex.yy.c parser.h parser.l parser.tab.c parser.tab.h parser.y
redir.c tmp
[root@localhost so]# input in flex scanner failed
[root@localhost so]#
[root@localhost so]# ./a.out
??
idei?
nu stiu sa folosesc ocultul gdb.
Merci.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
--0-2123469388-1100120048=:59692
Content-Type: text/html; charset=us-ascii
<DIV>
<DIV>salve.<BR><BR>mainu meu:<BR>int main(int argc, char **argv)<BR>{ while(7)<BR>{ putchar('#');<BR> yyparse();<BR> if(command)exe(command);<BR>}<BR>}<BR><BR>si outputu meu:<BR>[root@localhost so]# gcc lex.yy.c parser.tab.c redir.c<BR>[root@localhost so]# ./a.out<BR>#<BR>#<BR>#<BR>#<BR>#<BR>#ls<BR>#a.out lex.yy.c parser.h parser.l parser.tab.c parser.tab.h parser.y <BR>redir.c tmp<BR>[root@localhost so]# input in flex scanner failed<BR><BR>[root@localhost so]#<BR>[root@localhost so]# ./a.out<BR><BR>??<BR>idei?<BR>nu stiu sa folosesc ocultul gdb.<BR>Merci. <BR></DIV></DIV><p>__________________________________________________<br>Do You Yahoo!?<br>Tired of spam? Yahoo! Mail has the best spam protection around <br>http://mail.yahoo.com
--0-2123469388-1100120048=:59692--