optCondition:
    condition
|
    {
        $$ = SemVal{ e_int | e_const, 1 };
    }
;
