mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-20 18:29:33 -06:00
22 lines
333 B
Plaintext
22 lines
333 B
Plaintext
--# -path=.:../abstract:../common:prelude
|
|
|
|
concrete GrammarAra of Grammar =
|
|
NounAra,
|
|
VerbAra,
|
|
AdjectiveAra,
|
|
AdverbAra,
|
|
NumeralAra,
|
|
SentenceAra,
|
|
QuestionAra,
|
|
RelativeAra,
|
|
ConjunctionAra,
|
|
PhraseAra,
|
|
TextX - [Utt],
|
|
StructuralAra,
|
|
IdiomAra
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|