mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 00:52:51 -06:00
Diff interface for Phrasebook
This commit is contained in:
12
examples/phrasebook/DiffPhrasebookRon.gf
Normal file
12
examples/phrasebook/DiffPhrasebookRon.gf
Normal file
@@ -0,0 +1,12 @@
|
||||
instance DiffPhrasebookRon of DiffPhrasebook = open
|
||||
SyntaxRon,
|
||||
ParadigmsRon
|
||||
in {
|
||||
|
||||
flags coding = utf8 ;
|
||||
|
||||
oper
|
||||
want_V2 = dirV2 (lin V want_VV) ; -- mkVV (v_besch74 "vrea")
|
||||
like_V2 = dirV2 (mkV "părăsi") ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user