value ::= ( [ "+" | "-" ] ( identifier | n ) ) | quoted_string
This rule is called by value_list
value_list