openCurly:
    '{'
    {
        Error::set(Error::STATEMENT);
        d_symtab.push();
    }
;
        
