factored Query by taking our Proton parts and introducing an interface

This commit is contained in:
aarne
2012-06-21 06:06:05 +00:00
parent ead4781cdb
commit 60b2261ef0
5 changed files with 161 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
concrete QueryEng of Query = QueryI with
(LexQuery = LexQueryEng),
(Syntax = SyntaxEng),
(Lang = LangEng) ;