SYNG1001 - Empty program
Domain: sexp
Severity: USER
The query contains no expressions.
A SYNG query must contain at least one S-expression (selector or operation). An empty file or a file containing only comments will produce this error.
Example
clojure
; just a commentComments are stripped during parsing, leaving no actual query content.
Solution
Add a selector or operation to your query:
clojure
(call)