mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-27 13:32:51 -06:00
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