identifier:
    IDENTIFIER
    {
        $$ = new Semantic<Tag::STRING>(d_matched);
    }
;
