make parser more robuust, add string literals and escapes
[ccc.git] / input.txt
index a723fc8..c1579d6 100644 (file)
--- a/input.txt
+++ b/input.txt
@@ -13,7 +13,9 @@ fun(x){
        '\x01';
        '\xaa';
        "abr";
-       
+       "a\br";
+       "a\br\"";
+       "a\xaar\\";
 return 5;
 f(); 
 f(x); f(1, 2, []);