Commit 0e2658fd by Zachary Snow

fix string literal lexing

parent a2d0872d
......@@ -46,7 +46,7 @@ $decimalDigit = [0-9]
-- Strings
@string = \" [^\r\n]* \"
@string = \" (\\\"|[^\"\r\n])* \"
-- Identifiers
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment