Skip to content
  • David Gobbi's avatar
    Fix bug for parsing backslash in string literal. · db20eb75
    David Gobbi authored
    The string and char literals had a mistake that caused a mis-parse if
    a backslash appeared before the terminating quote.  The new patterns
    fix the bug, and also allow for multi-line string literals.
    db20eb75