ANTLR 和 c# - 从哪里开始?
我想将 ANTLR 与我的 C# 桌面应用程序集成。
我找不到很多讨论 ANTLR 与 C# 集成的文章。
您能推荐一本通过现实世界的例子逐步解释它的书吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我目前正在使用 ANTLR 与 C# 和 DLR 编写一种玩具语言,以便在 .NET 上运行。我发现语言实现模式 [1] 非常有用。
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.
ANTLR Wiki 有一个关于 C# 集成/使用的条目:
http://www.antlr.org/wiki/display/ANTLR3/Antlr+3+CSharp+Target< /a>
The ANTLR Wiki has an entry about C# integration/usage:
http://www.antlr.org/wiki/display/ANTLR3/Antlr+3+CSharp+Target