Add new ANTLR parser for RSP queries

This parser actually supports way more than is needed for RSP proper,
as mt-daapd was piggybacking on the RSP queries for its smart playlists.

As I don't have (yet?) the RSP specs, better safe than sorry here. This
will be revisited at some point. Or not.
This commit is contained in:
Julien BLACHE
2009-06-04 15:45:22 +02:00
parent 272d8bca04
commit f9d9964914
7 changed files with 931 additions and 2 deletions

1
src/.gitignore vendored
View File

@@ -4,5 +4,6 @@ mt-daapd
*Lexer.[ch]
*Parser.[ch]
DAAP2SQL.[ch]
RSP2SQL.[ch]
*.u