I'm looking for something simple to use where the grammar is easy to define.
相关问题
- Generic Generics in Managed C++
- Correctly parse PDF paragraphs with Python
- How to Debug/Register a Permanent WMI Event Which
- 'System.Threading.ThreadAbortException' in
- Bulk update SQL Server C#
Although I've never used it before, ANTLR has C# runtime.
Just found out about Irony. Used for writing DSL.
Thought I would add it to the list.
If you use F#, check out FParsec.
Give a look to Coco/R for C#.
System.Text.RegularExpressions?