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, 16 insertions, 0 deletions
diff --git a/examples/lrec-tutorial/ZeroFre.gf b/examples/lrec-tutorial/ZeroFre.gf
new file mode 100644
index 000000000..96b0dcf73
--- /dev/null
+++ b/examples/lrec-tutorial/ZeroFre.gf
@@ -0,0 +1,16 @@
+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
+