structure document for 1.0

This commit is contained in:
aarne
2006-01-18 18:19:33 +00:00
parent 399e92c8f7
commit ecce36b777
40 changed files with 455 additions and 114 deletions

View File

@@ -1,5 +1,13 @@
--1 Test lexicon
-- This lexicon is used when developing a grammar, and called by
-- [Test Test.html]. The full lexicon is divided between
-- [Structural Structural.html], [Basic Basic.html], and [Numeral Numeral.html].
abstract Lex = Cat ** {
-- Words of open classes
fun
walk_V : V ;
help_V2 : V2 ;
@@ -15,7 +23,7 @@ abstract Lex = Cat ** {
warm_A : A ;
close_A2 : A2 ;
-- structural
-- Structural words
only_Predet, all_Predet : Predet ;