Are there any good parsing libraries for .Net?

自闭症网瘾萝莉.ら 提交于 2019-12-21 16:53:04

问题


I'm looking for something simple to use where the grammar is easy to define.


回答1:


Although I've never used it before, ANTLR has C# runtime.




回答2:


If you use F#, check out FParsec.




回答3:


Just found out about Irony. Used for writing DSL.
Thought I would add it to the list.




回答4:


System.Text.RegularExpressions?




回答5:


Give a look to Coco/R for C#.



来源:https://stackoverflow.com/questions/366062/are-there-any-good-parsing-libraries-for-net

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!