# T: Repeating group of nothing mandatory. # F: from orep.bud # # by Michael Libourel # $Revision: 1.1 $ version 1 struct Root { root is group of delim delim "|"; delim "+"; string ante; struct { string ?uno, ?dos; } *orep; string ?post; };