fix string literal lexing

This commit is contained in:
Zachary Snow 2019-03-25 19:42:20 -04:00
parent a2d0872d6f
commit 0e2658fdca
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ $decimalDigit = [0-9]
-- Strings
@string = \" [^\r\n]* \"
@string = \" (\\\"|[^\"\r\n])* \"
-- Identifiers