Skip to content

Commit

Permalink
support for all numeric literals
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaralis committed Sep 19, 2024
1 parent 1f5ae65 commit 3156836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SparqlParser.g4
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ variableOrdering

// NOT PART OF THE OFFICIAL GRAMMAR (tentris specific)
weightsClause
: WEIGHTS DECIMAL+
: WEIGHTS numericLiteral+
;

// NOT PART OF THE OFFICIAL GRAMMAR (tentris specific)
Expand Down

0 comments on commit 3156836

Please sign in to comment.