Preparing for release.

This commit is contained in:
aarne
2004-08-03 11:47:32 +00:00
parent dba69cf2fd
commit fb8a7357c4
9 changed files with 174 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
include numerals.Abs.gf ;
param Place = attr | indep ;
param Place = indep | attr ;
param Nm = sg | pl ;
oper sata : Nm => Str =
table {{sg} => "sata" ; {pl} => "sataa"} ;