Описание тега sprache

Sprache is a lightweight library for constructing parsers directly in C# code with capabilities generally in the range between regular expressions and tools like ANTLR.

Sprache is a lightweight library for constructing parsers directly in C# code.
It doesn't compete with "industrial strength" language workbenches — it fits somewhere in between regular expressions and a full-featured toolset like ANTLR.

There's a tutorial.

(Information drawn with permission from the Sprache website.)