I want to integrate ANTLR with my c# desktop application.
I could not find many articles that talk about integration of ANTLR wirh C#.
Can you recommend a book that explains it step by step through real world examples?
views:
124answers:
2
A:
The ANTLR Wiki has an entry about C# integration/usage:
http://www.antlr.org/wiki/display/ANTLR3/Antlr+3+CSharp+Target
Bart Kiers
2010-03-22 22:23:39
Besides, read more about how ANTLR is used in existing projects, such as NHibernate (for HQL functionality).
Lex Li
2010-03-23 03:33:19