string top-level property

Lexeme string
final

Implementation

final string = '"' & '[^"]*'.regex & '"' | "'" & "[^']*".regex & "'";