I find the Regex in.net class extremely useful (for matching and matching / replacing). There are several patterns that cannot be specified in regular expressions, but a little grammar is needed. Is there a library for parsers that do NOT require code generation (e.g. ANTLR) ... but where can I specify the syntax in my code on the fly?
source
share