tastott / jsoql

A SQL-like language for querying JSON data
http://tastott.github.io/jsoql
3 stars 1 forks source link

Support for comments #55

Closed tastott closed 9 years ago

tastott commented 9 years ago

They're supported by the editor but not recognized in the grammar. E.g.

SELECT
    -- This is a comment
   *
FROM
    ...