stringPrimitive method

Parser stringPrimitive()

Implementation

Parser stringPrimitive() =>
    char('"') & ref0(characterPrimitive).star() & char('"');