mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-21 10:49:33 -06:00
17 lines
229 B
Plaintext
17 lines
229 B
Plaintext
--# -path=.:alltenses
|
|
|
|
concrete DemoNor of Demo =
|
|
NounNor,
|
|
ClauseNor,
|
|
AdjectiveNor,
|
|
AdverbNor,
|
|
NumeralNor,
|
|
QuestionNor,
|
|
StructuralNor,
|
|
LexiconNor
|
|
** {
|
|
|
|
flags language = no; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|