rule quoted_string { " # start quote [ # string <-["]>+: # non quote characters | # or [ " ] # backslashed quote character ]* # end string " # end quote }