From 2b21e7fae764f454200183fdcd7efbed3c647012 Mon Sep 17 00:00:00 2001 From: aarne Date: Sat, 24 Apr 2010 11:34:04 +0000 Subject: lrec tutorial examples --- examples/lrec-tutorial/Lang.gf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 examples/lrec-tutorial/Lang.gf (limited to 'examples/lrec-tutorial/Lang.gf') diff --git a/examples/lrec-tutorial/Lang.gf b/examples/lrec-tutorial/Lang.gf new file mode 100644 index 000000000..b024a2331 --- /dev/null +++ b/examples/lrec-tutorial/Lang.gf @@ -0,0 +1,9 @@ +abstract Lang = Grammar ** { + +fun + man_N, woman_N, house_N, tree_N : N ; + big_A, small_A, green_A : A ; + walk_V, arrive_V : V ; + love_V2, please_V2 : V2 ; + +} ; -- cgit v1.2.3