mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-30 14:52:51 -06:00
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:
@@ -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 ;
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user