mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-14 07:19:31 -06:00
22 lines
325 B
Plaintext
22 lines
325 B
Plaintext
--# -path=.:../abstract:../common:prelude
|
|
|
|
concrete GrammarIna of Grammar =
|
|
NounIna,
|
|
VerbIna,
|
|
AdjectiveIna,
|
|
AdverbIna,
|
|
NumeralIna,
|
|
SentenceIna,
|
|
QuestionIna,
|
|
RelativeIna,
|
|
ConjunctionIna,
|
|
PhraseIna,
|
|
TextX,
|
|
StructuralIna,
|
|
IdiomIna
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|