|
Hi everybody, I'm trying to code a simple compiler for a simple language I'm designing, I've debugged anything I could from g++ "useful" compile errors, but now after I have screened out all those errors, i get this strange ouput from g++: g++ -o simplang main.cc y.tab.c lang_funcs.cpp /usr/ccs/bin/yaccpar: In function `int yyparse()': /usr/ccs/bin/yaccpar:274: parse error before `(' token /usr/ccs/bin/yaccpar:316: parse error before `(' token does anyone know where the hack those error come out from!? I've scanned my grammer file etc, and everything seems ok, any help on this will be highly welcomed ! Sivan |
