mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 03:09:33 -06:00
lrec tutorial examples
This commit is contained in:
9
examples/lrec-tutorial/Zero.gf
Normal file
9
examples/lrec-tutorial/Zero.gf
Normal file
@@ -0,0 +1,9 @@
|
||||
abstract Zero = {
|
||||
cat
|
||||
S ; NP ; VP ; V2 ;
|
||||
fun
|
||||
Pred : NP -> VP -> S ;
|
||||
Compl : V2 -> NP -> VP ;
|
||||
John, Mary : NP ;
|
||||
Love : V2 ;
|
||||
}
|
||||
Reference in New Issue
Block a user