sixthnormal / clj-3df

Clojure(Script) client for Declarative Dataflow.
Eclipse Public License 2.0
328 stars 13 forks source link

Improve query verification during parsing #3

Open comnik opened 5 years ago

comnik commented 5 years ago

Some aspects of a query can be checked locally during parse-time, e.g. that constants are of the correct type, attributes and rules exist, rule and query names don't clash with existing ones, and so on...