I'm trying to build an application in C# that parses (using ANTLR) a C source file and returns me an AST with all the functions and stuff.
I did what was explained here : http://www.antlr.org/wiki/pages/viewpage.action?pageId=557075# But after doing all that when I try and compile I get the following errors: The type or namespace name 'GrammarRuleAttribute' could not be found (are you missing a using directive or an assembly reference?)
I have antlr-3.4 and antlrworks-1.4.3.jar I've used the dll that are in the \antlr-3.4\runtime\CSharp2\dist\DOT-NET-runtime-3.1.3.zip and just noticed now that they are supposed to be for ANTLR 3.1.3
What could cause my problem, I must say I'm a bit lost so many versions