Commit ceb384f6 by Zachary Snow

support multiline strings

parent c6eedb9f
...@@ -83,7 +83,7 @@ $decimalDigit = [0-9] ...@@ -83,7 +83,7 @@ $decimalDigit = [0-9]
-- Strings -- Strings
@string = \" (\\\"|[^\"\r\n])* \" @string = \" (\\\"|\\\r?\n|[^\"\r\n])* \"
-- Times -- Times
......
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