divanvisagie / webdb.js

Web interface and devtools Script for handling websql
http://divanvisagie.github.io/webdb.js/
0 stars 1 forks source link

Multiline statements #10

Closed divanvisagie closed 11 years ago

divanvisagie commented 11 years ago

Handle statements that span multiple lines. This will probably run by splitting on ; instead of /n and removing whitespace. A consideration would be to write a separate parser which can throw errors that can be printed in output.

divanvisagie commented 11 years ago

Multiline statements should now work but the parser still has a lot of work needed