summaryrefslogtreecommitdiff
path: root/examples/lrec-tutorial/AraAra.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/lrec-tutorial/AraAra.gf')
-rw-r--r--examples/lrec-tutorial/AraAra.gf9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/lrec-tutorial/AraAra.gf b/examples/lrec-tutorial/AraAra.gf
new file mode 100644
index 000000000..b97229ed3
--- /dev/null
+++ b/examples/lrec-tutorial/AraAra.gf
@@ -0,0 +1,9 @@
+concrete AraAra of Ara = open Arabic in {
+
+lincat V = Verb ; S = Str ;
+
+lin ktb_V = u_Verb "ktb" ;
+
+ Tab v = verbTable v ;
+
+}