Hi,
I have a little trouble...
I tried to generate SPARQLParser.py (pure python) using src
(SPARQL.bgen) from rdflib 2.4.0 and BisonGen 0.7.0 (windows)
BisonGen generated SPARQLParser.py correctly but Parser seems not to be
working properly..
When try to parse query like: SELECT ?x WHERE { ?x ?z ?s}
I'm always get sth like that : *SyntaxError: parse error at line 1,
column 1: matched 'S', expecting
'SELECT' or 'ASK'*
The same if I use PREFIX...or anything else then it will be for
example:*SyntaxError: parse error at line 1, column 1: matched 'P',
expecting
'SELECT' or 'ASK'
*Always first letter...
I've tried it on both Linux (Suse 10.2) and Windows system with the same
result
(I've checked..it is not encoding problem)
I don't know is it BisonGen problem or just sth is wrong with parser?
Please help,
Lukasz
_______________________________________________
Dev mailing list
Dev@rdflib.net
http://rdflib.net/mailman/listinfo/dev