mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
lrec tutorial examples
This commit is contained in:
8
examples/lrec-tutorial/face/FaceIta.gf
Normal file
8
examples/lrec-tutorial/face/FaceIta.gf
Normal file
@@ -0,0 +1,8 @@
|
||||
--# -path=.:present
|
||||
|
||||
concrete FaceIta of Face = FaceI - [Like] with
|
||||
(Syntax = SyntaxIta),
|
||||
(LexFace = LexFaceIta) ** open SyntaxIta in {
|
||||
lin Like p o =
|
||||
mkCl (mkNP this_Quant o) like_V2 p ;
|
||||
}
|
||||
Reference in New Issue
Block a user