blob: 7dff83e830ad8416280ece95f28a9fc45e19a72a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Introduction:
=============
This directory contains source code for the metadata search service
aka Spotlight.
Bison and flex:
===============
Not yet integrated into the waf buildsystem, run these by hand:
$ bison -d -o sparql_parser.c sparql_parser.y
$ flex -o sparql_lexer.c sparql_lexer.l
or use the bundled Makefile.
|