In case someone on this list had successfully compiled the grammars with lex/yacc, I thought I'd post here.

 lex -l lsl.l
 yacc lsl.y
yacc: 44 reduce/reduce conflicts

gcc lex.yy.c y.tab.c -o testLSL

lsl.l: In function âyylexâ:
lsl.l:11: error: âINTEGERâ undeclared (first use in this function)
lsl.l:11: error: (Each undeclared identifier is reported only once
lsl.l:11: error: for each function it appears in.)
...

Any tips would be appreciated.

Cheers,

Iron.
_______________________________________________
libsecondlife-dev mailing list
libsecondlife-dev@gna.org
https://mail.gna.org/listinfo/libsecondlife-dev
http://www.libsecondlife.org/

Reply via email to