restoring full coverage

This commit is contained in:
aarne
2005-11-29 17:45:54 +00:00
parent fa46831981
commit 53895171df
17 changed files with 922 additions and 71 deletions

15
resource-1.0/gf/Lang.gf Normal file
View File

@@ -0,0 +1,15 @@
abstract Lang =
Noun,
Verb,
Adjective,
Adverb,
Numeral,
Sentence,
Question,
Relative,
Conjunction,
Phrase,
Tensed,
Structural,
Basic
** {} ;