Emmanuel Engelhart wrote:
I don't manage to compile your source files. << wikiparse.y: conflits: 119 décalage/réduction, 13 réduction/réduction
Here's how you compile it:
bison -d wikiparse.y flex wikilex.l gcc wikiparse.tab.c parsetree.c lex.yy.c -o wikiparse
Regards, Stephan