chrispsn / mesh

Old version. Visualise data and edit JavaScript code using a spreadsheet interface.

Home Page:http://mesh-spreadsheet.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider how to deal with strings literals using different delimiters

chrispsn opened this issue · comments

We currently use `` delimiters by default, but single and double quotes are valid too. Think about formula bar -> AST, and also AST -> formula bar.

Update: think about how we'll auto-escape " characters