Files
gf-rgl/src/english/LangEng.gf
odanoburu cf0d272a22 (Por) misc fixes
- add oper for compound nouns
- fix smartparadigm for adjectives
- fill Terminology to avoid warnings

(Eng) add pragma line to LangEng
2019-01-04 12:19:46 -02:00

14 lines
204 B
Plaintext

--# -path=.:../abstract:../common:../api:../prelude
concrete LangEng of Lang =
GrammarEng,
LexiconEng
,ConstructionEng
,DocumentationEng --# notpresent
,MarkupEng - [stringMark]
** {
} ;