JuPfu / sparkle-g

Automatically exported from code.google.com/p/sparkle-g
Apache License 2.0
0 stars 0 forks source link

Implementation of a tree parser #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Use AntLR to build a tree parser.

Original issue reported on code.google.com by Juergen....@gmail.com on 19 Nov 2007 at 2:29

GoogleCodeExporter commented 9 years ago
I found an interesting document (see attachment) where is described a relational
algebra for SPARQL. Even if it's incomplete, it's a good point to start
investigations around the AST.

Original comment by simone.t...@gmail.com on 20 Nov 2007 at 8:07

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Yet another article which describes an approach very similar to our, can be 
found at

http://www.devx.com/semantic/Article/35973/1954?pf=true

Thanks to Juergen who found the article and spent time reading and doing 
comparisons
with what we've done/we're doing.

Original comment by simone.t...@gmail.com on 5 Dec 2007 at 4:10

GoogleCodeExporter commented 9 years ago
I found yet another (and maybe more important) document about SPARQL Algebra;
it could be found at http://www.w3.org/2001/sw/DataAccess/rq23/rq24-algebra

Original comment by simone.t...@gmail.com on 7 Dec 2007 at 1:10

GoogleCodeExporter commented 9 years ago
A colleague of mine shown us this SPARQL Project: http://sparql.sourceforge.net/

Original comment by simone.t...@gmail.com on 11 Dec 2007 at 12:31

GoogleCodeExporter commented 9 years ago
yet another interesting document about SPARQL Engine Design Specification:
http://sparql.sourceforge.net/design-spec/design.html

Original comment by simone.t...@gmail.com on 21 Jan 2008 at 4:05

GoogleCodeExporter commented 9 years ago
Tree grammar is implemented.

Original comment by Juergen....@gmail.com on 27 Jul 2011 at 9:45