Skip to content

Releases: dice-group/sparql-parser-base

0.2.1 Bug fixes

15 Jan 08:21
ecdcc97
Compare
Choose a tag to compare

Fixed some issues with switching between SPARQL 1.1 and SPARQL 1.0

Unified Code for SPARQL1.0 and SPARQL1.1 Parsers

11 Jan 10:42
Compare
Choose a tag to compare
0.2.0

unified build of sparql-parser-base for SPARQL1.0 and SPARQL1.1

SPARQL 1.1 support

07 Jan 15:54
7a72804
Compare
Choose a tag to compare
  • Parses SPARQL 1.1 now (1.0 before).
  • Supports build with clang.

0.1.0

07 Jan 14:43
Compare
Choose a tag to compare

Generates a ANTLR-v4-based SPARQL 1.0 parser in C++. The ANTLR v4 code generator is called by CMake.