plural property

Parser plural

Implementation

Parser get plural =>
    preface & pluralLiteral & comma & pluralClause.plus() & closeCurly;