Skip to content

Commit

Permalink
try setup lerna version
Browse files Browse the repository at this point in the history
  • Loading branch information
jitsedesmet committed Jan 15, 2025
1 parent 3ca56d0 commit 0126f0d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ TRAQULA is a transpiler for query languages for TypeScript.
Most code can be found in the `/packages` directory.
In the `/engines` directory, you can find a list of packages ready for end-consumers.
These include:
* A SPARQL 1.1 parser
* A SPARQL 1.2 parser
* A SPARQL 1.1 parser capable of paring the [ADJUST](https://github.com/w3c/sparql-dev/blob/main/SEP/SEP-0002/sep-0002.md) function
* A [SPARQL 1.1](https://www.w3.org/TR/sparql11-query/#grammar) parser
* A [SPARQL 1.2](https://www.w3.org/TR/sparql12-query/#grammar) parser
* A [SPARQL 1.1](https://www.w3.org/TR/sparql11-query/#grammar) parser capable of paring the [ADJUST](https://github.com/w3c/sparql-dev/blob/main/SEP/SEP-0002/sep-0002.md) function
2 changes: 1 addition & 1 deletion engines/engine-sparql-1-1-adjust/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TRAQULA parser engine for SPARQL 1.1 + Adjust

TRAQULA Sparql 1.1 Adjust is a SPARQL 1.1 query parser that also parses the [builtin function ADJUST](https://github.com/w3c/sparql-dev/blob/main/SEP/SEP-0002/sep-0002.md) for TypeScript.
TRAQULA Sparql 1.1 Adjust is a [SPARQL 1.1](https://www.w3.org/TR/sparql11-query/#grammar) query parser that also parses the [builtin function ADJUST](https://github.com/w3c/sparql-dev/blob/main/SEP/SEP-0002/sep-0002.md) for TypeScript.
Simple grammar extension of [TRAQULA engine-sparql-1-1](https://github.com/comunica/traqula/tree/main/engines/engine-sparql-1-1)

## Installation
Expand Down
2 changes: 1 addition & 1 deletion engines/engine-sparql-1-1/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TRAQULA parser engine for SPARQL 1.1

TRAQULA Sparql 1.1 is a SPARQL 1.1 query parser for TypeScript.
TRAQULA Sparql 1.1 is a [SPARQL 1.1](https://www.w3.org/TR/sparql11-query/#grammar) query parser for TypeScript.


## Installation
Expand Down
2 changes: 1 addition & 1 deletion engines/engine-sparql-1-2/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TRAQULA parser engine for SPARQL 1.2

TRAQULA Sparql 1.2 is a SPARQL 1.2 query parser for TypeScript.
TRAQULA Sparql 1.2 is a [SPARQL 1.2](https://www.w3.org/TR/sparql12-query/#grammar) query parser for TypeScript.
It is a grammar extension of [TRAQULA engine-sparql-1-1](https://github.com/comunica/traqula/tree/main/engines/engine-sparql-1-1)

## Installation
Expand Down

0 comments on commit 0126f0d

Please sign in to comment.