From 2b21e7fae764f454200183fdcd7efbed3c647012 Mon Sep 17 00:00:00 2001 From: aarne Date: Sat, 24 Apr 2010 11:34:04 +0000 Subject: lrec tutorial examples --- examples/lrec-tutorial/LexFaceIta.gf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 examples/lrec-tutorial/LexFaceIta.gf (limited to 'examples/lrec-tutorial/LexFaceIta.gf') diff --git a/examples/lrec-tutorial/LexFaceIta.gf b/examples/lrec-tutorial/LexFaceIta.gf new file mode 100644 index 000000000..cf1523440 --- /dev/null +++ b/examples/lrec-tutorial/LexFaceIta.gf @@ -0,0 +1,9 @@ +instance LexFaceIta of LexFace = open SyntaxIta, ParadigmsIta, LexiconIta in { + +oper + like_V2 = mkV2 "amare" ; + invitation_N = mkN "invitazione" feminine ; + friend_N = mkN "amico" ; + have_V2 = LexiconIta.have_V2 ; + +} -- cgit v1.2.3