mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-19 09:49:33 -06:00
17 lines
229 B
Plaintext
17 lines
229 B
Plaintext
--# -path=.:alltenses
|
|
|
|
concrete DemoIta of Demo =
|
|
NounIta,
|
|
ClauseIta,
|
|
AdjectiveIta,
|
|
AdverbIta,
|
|
NumeralIta,
|
|
QuestionIta,
|
|
StructuralIta,
|
|
LexiconIta
|
|
** {
|
|
|
|
flags language = it; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|