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