For the idea behind this repository check my blog post Using SQL to analyze data in JavaScript without a database The implementation is based on the SQLLite parser written by Nick Wronski for ...
This project provides a PEG.js grammar for SQL syntax. Why? I wanted to properly parse SQL in JavaScript, knocking down yet another thing in that long list of things that will be reimplemented in ...