summaryrefslogtreecommitdiff
path: root/examples/lrec-tutorial/ZeroFre.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/lrec-tutorial/ZeroFre.gf')
-rw-r--r--examples/lrec-tutorial/ZeroFre.gf16
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/lrec-tutorial/ZeroFre.gf b/examples/lrec-tutorial/ZeroFre.gf
deleted file mode 100644
index 96b0dcf73..000000000
--- a/examples/lrec-tutorial/ZeroFre.gf
+++ /dev/null
@@ -1,16 +0,0 @@
-concrete ZeroFre of Zero = {
- lincat
- S, NP, VP, V2 = Str ;
- lin
- Pred np vp = np ++ vp ;
- Compl v2 np = v2 ++ np ;
- John = "Jean" ;
- Mary = "Marie" ;
- Love = "aime" ;
-}
-
---.
-
--- > gr | l
--- > p -lang=ZeroEng "John loves Mary" | l -lang=ZeroFre
-