simple_const_expr ::= [ "+" | "-" ] const_term { ( "+" | "-" | "OR" ) const_term }
This rule is called by -> const_expression
-> const_expression