vote up 5 vote down star
2

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

flag

65% accept rate

5 Answers

vote up 7 vote down check

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

link|flag
vote up 4 vote down

If you use F#, check out FParsec.

link|flag
vote up 1 vote down

System.Text.RegularExpressions?

link|flag
That's a pretty brave answer. There's some real Zealots who will only condone real parsers, and not using things like Regex for parsing code. – Kibbee Dec 14 '08 at 2:03
I'll take that as a valid answer since I didn't define my needs and there are cases where regular expressions are sufficient to define simple DSL. – Renaud Bompuis Dec 14 '08 at 2:17
vote up 1 vote down

Give a look to Coco/R for C#.

link|flag
vote up 1 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.