string

string ::= ( "'" { "one_character" } "'" ) | 
      ( "double_quote" { "one_character" } "double_quote" ) 

[rule list]
This rule is called by

-> const_factor -> factor