dghosef / qdbp

MIT License
51 stars 1 forks source link

String escaped characters #36

Open dghosef opened 1 year ago

dghosef commented 1 year ago

Currently, our strings have no escaped characters. We also allow strings to have custom delimiters like: delim" string text "delim We should change it so that strings with no custom delimiters have the traditional escaped characters and strings with custom delimiters are verbatim.