I am tring to build a parser (in C language) with antlrIDE on Windows 7 platform. I finished the grammar (.g of combined grammar), which automatically generates lexer and parser for me. However, I don't know how to compile the .c and .h file. I tried but get error because the header include (the antlrIDE auto generates the header #include "antlr.h"
in the parser dot c file). I have read this article Using ANTLR3 C Target
But it does not help me, could you guys please show me how to do that? Thank you in advanced.