Parsing Data With GUMP

We could also make up our own convenient syntax for this data:
DATA.txt
{ 'Frank' , 23 , true  }
{ 'Mary'  , 26 , true  }
{ 'John'  , 20 , false }

We will use GUMP to create a parser for this notation.