forked from GitHub/gf-core
factored Query by taking our Proton parts and introducing an interface
This commit is contained in:
4
examples/query/small/patentsQuery/QueryEng.gf
Normal file
4
examples/query/small/patentsQuery/QueryEng.gf
Normal file
@@ -0,0 +1,4 @@
|
||||
concrete QueryEng of Query = QueryI with
|
||||
(LexQuery = LexQueryEng),
|
||||
(Syntax = SyntaxEng),
|
||||
(Lang = LangEng) ;
|
||||
Reference in New Issue
Block a user