I'm lexing double-quoted strings okay, and interpolation works great, but I don't currently interpret escape sequences. ``` "this \n should \n be \n multiple \n lines" ```