Posts by Dubosky dumont • 25 points
2 posts
-
1
votes1
answer118
viewsQ: Segmentation failure (recorded core image) in YACC/Bison
ERROR while doing integer printf When I try to enter the text : WRITE 10; TERMINATE; The Segmentation Failure error (saved core image) appears, since the list is string type and I cannot print…
bisonasked Dubosky dumont 25 -
1
votes1
answer189
viewsQ: Syntax Error no lex/flex
Because my flex/lex recognizer displayed a syntax error when trying to recognize the text WRITE 1; %{ #include "gram.h" int yyerror(const char *s); %} /* letras [A-Za-z]+ */ /* id…