mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-21 10:49:33 -06:00
26 lines
419 B
Plaintext
26 lines
419 B
Plaintext
--# -path=.:../abstract:../common:../prelude
|
|
|
|
concrete GrammarUrd of Grammar =
|
|
NounUrd,
|
|
VerbUrd,
|
|
AdjectiveUrd,
|
|
AdverbUrd,
|
|
NumeralUrd,
|
|
SentenceUrd,
|
|
QuestionUrd,
|
|
RelativeUrd,
|
|
ConjunctionUrd,
|
|
PhraseUrd,
|
|
TextUrd - [Adv,AdN,SC],
|
|
-- TextX - [Adv,AdN],
|
|
StructuralUrd,
|
|
TenseX - [Adv,AdN,SC],
|
|
IdiomUrd
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
}
|
|
|
|
|