Hello,

I'm attempting to use a generated lexer and parser from a C#.NET 3.5
project. Sadly the generated source code refers to some methods (e.g.
DebugEnterAlt, DebugLocation) and a type (GrammarRuleAttribute) which
are simply not provided by the ANTLR DOT NET 3.1.1 runtime.

Additional details:
- Within my project file I am referencing antlr.runtime,
Antlr3.Runtime, Antlr3.Utility and StringTemplate (even though some
are unnecessary right now).
- Within the grammar I specified: options { language = 'CSharp2'; }
- The lexer and parser were generated using ANTLRWorks 1.4.2

Can someone help me to uncover what these types are, and where I can
find them? Your help is very much appreciated.

Thanks,

David Walschots

-- 
You received this message because you are subscribed to the Google Groups 
"il-antlr-interest" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/il-antlr-interest?hl=en.

Reply via email to