Adding named matches to parser rules
One of the nice features of my early regular expression based parsers was that it was easy to get data out by defining sub-matches in the rules. For example, to match the start of a class (using PHP preg_match syntax,)… Read moreAdding named matches to parser rules