"Committed_by_peb"

This commit is contained in:
peb
2005-04-11 12:57:45 +00:00
parent f6273f7033
commit ac00f77dad
81 changed files with 7080 additions and 181 deletions

View File

@@ -0,0 +1,17 @@
concrete FragmentSimple of FragmentAbstract = {
lin
s_p x y = { s = x.s ++ y.s };
np_d x y = { s = x.s ++ y.s };
np_p x = { s = x.s };
vp_t x y = { s = x.s ++ y.s };
d_a = { s = "a" };
d_m = { s = "many" };
n_c = { s = variants { "lion" ; "lions" } };
n_f = { s = "fish" };
v_e = { s = variants { "eats" ; "eat" } };
}