add escape character to parser string literals

This commit is contained in:
dfsek
2020-12-19 21:03:14 -07:00
parent f970838ecf
commit 474962db39
9 changed files with 69 additions and 40 deletions

View File

@@ -1,4 +1,2 @@
test("hello", 1);
test("ghgjhgjhgj", 3.4);
test("ghgj{}()\"\\hgjhgj", 3.4);