- [ ] escaped newlines in string literals ```lua "hello\ world" ``` - [x] field access operator (`x[key]`) is very inconvenient because it is not encapsulated in another node
escaped newlines in string literals
field access operator (
x[key]) is very inconvenient because it is not encapsulated in another node