| Type |
Changes |
By |
 |
Fixed antlr3 warnings emitted when compiling the Sparql.g file |
Juergen.Pfundt |
 |
Added lexical rule "ANY" as fallback, in case no lexical rule matches |
Juergen.Pfundt |
 |
Recognition of keywords (including "true" and "false") is case insensitive now Fixes 1. |
Juergen.Pfundt |
 |
Implemented lexical rule for comments |
Juergen.Pfundt |
 |
Solved problem with graphterm and blankNode which implicitely
referenced WS via lexical rules NIL and ANON. As WS sends its content
to channel hidden this resulted in problems with WS before and after
braces |
Juergen.Pfundt |
 |
Added a few test cases to the test suite referenced in W3C SPARQL specifications.
Modified one test case to test "comments".
Test cases still have to be enhanced! Fixes 2. |
Juergen.Pfundt |
 |
Replaced parser literals by lexer tokens as preparation for AST generation Fixes 3. |
Juergen.Pfundt |
 |
Replaced parser literal IRI_REF by lexer tokens as preparation for AST generation Fixes 3. |
simone.tripodi |
 |
The A token is case insensitive now as requested by the w3.org rdf-sparql-query document Fixes 1. |
Juergen.Pfundt |
 |
Added DAWG Testcases Fixes 2. |
Juergen.Pfundt |