SADL Version 3.4.1 build 202009041213
This release resolves issues found in 3.4.0 with certain versions of Java.
It also resolves issues 503, 510, and 511.
It provides partial resolution of issue 514.
It also introduces grammar for indirect queries. Normally a query in the SADL grammar is written as:
Ask: <query-expression>.
where <query-expression> can be a SPARQL query string or a SADL expression that is translated into a SPARQL query which is then executed to return the results.
Indirect queries are written as:
Ask: value of <query-expression>.
where <query-expression> can be a SPARQL query string or a SADL expression that is translated into a SPARQL query that returns a SPARQL query string, which is then executed to return the results.
This release is only compatible with Xtext 2.21, which is included in Eclipse for Java and DSL Developers 2020-03. It is recommended that it be used with Eclipse 2020-03. See installation instructions at https://github.com/crapo/sadlos2/wiki/Installation-Instructions-for-SADL-IDE,-Version-3.4.
A docker image of the latest WebSadl build can be downloaded from https://hub.docker.com/r/theiaide/sadl.