diff options
Diffstat (limited to 'examples/lrec-tutorial/Zero.gf')
| -rw-r--r-- | examples/lrec-tutorial/Zero.gf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/lrec-tutorial/Zero.gf b/examples/lrec-tutorial/Zero.gf new file mode 100644 index 000000000..5ff16de34 --- /dev/null +++ b/examples/lrec-tutorial/Zero.gf @@ -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 ; +} |
