ANTLR and c# - where to start?
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?I'm currently writing a toy language using ANTLR with C# and DLR to run on .NET. I found the Language Implementation Pattern [1] very useful.
The ANTLR Wiki has an entry about C# integration/usage:
http://www.antlr.org/wiki/display/ANTLR3/Antlr+3+CSharp+Target
精彩评论