ParseTree.matches

The matched input's parts. Some expressions match at more than one place, hence matches is an array.

struct ParseTree
string[] matches;

Meta