List: 'SECTION_START' SECTION_NAME SECTION_CONTENT 'SECTION_END' | SECTION_NAME: /\w+/ {print "section name is $item[1]\n";} | SECTION_CONTENT: Description | Description: 'DESCRIPTION' '=' Statement |'DESCRIPTION' '=' '{' Statement(s?) '}' ';' Statement: /.+\n/ #### section name is BANK001 section name is BANK002 section name is BANK003 Invalid List: Was expecting 'SECTION END' but found "UK BANK; " instead