mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-17 16:59:34 -06:00
17 lines
229 B
Plaintext
17 lines
229 B
Plaintext
--# -path=.:alltenses
|
|
|
|
concrete DemoEng of Demo =
|
|
NounEng,
|
|
ClauseEng,
|
|
AdjectiveEng,
|
|
AdverbEng,
|
|
NumeralEng,
|
|
QuestionEng,
|
|
StructuralEng,
|
|
LexiconEng
|
|
** {
|
|
|
|
flags language = en; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|