added noun compound form to Swe; commented out Constructions and Documentation in Lang concretes, because their presence makes it impossible to bootstrap the compilation of the library, causing new makes of the library to fail (to be fixed)

This commit is contained in:
aarne
2013-12-15 20:11:19 +00:00
parent db278b0393
commit 85d4212a91
13 changed files with 78 additions and 40 deletions

View File

@@ -7,9 +7,9 @@
abstract Lang =
Grammar,
Lexicon,
Construction,
Documentation
Lexicon
,Construction --- can be compiled here, but not in concretes, as they call Syntax and Grammar
,Documentation
** {
flags startcat=Phr ;
} ;