mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-26 21:12:50 -06:00
lrec tutorial examples
This commit is contained in:
6
examples/lrec-tutorial/face/LexFaceIta.gf
Normal file
6
examples/lrec-tutorial/face/LexFaceIta.gf
Normal file
@@ -0,0 +1,6 @@
|
||||
instance LexFaceIta of LexFace = open SyntaxIta, ParadigmsIta in {
|
||||
oper
|
||||
like_V2 = mkV2 (mkV (piacere_64 "piacere")) dative ;
|
||||
invitation_N = mkN "invito" ;
|
||||
friend_N = mkN "amico" ;
|
||||
}
|
||||
Reference in New Issue
Block a user