mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-21 02:39:31 -06:00
22 lines
333 B
Plaintext
22 lines
333 B
Plaintext
--# -path=.:../abstract:../common:prelude
|
|
|
|
concrete GrammarTha of Grammar =
|
|
NounTha,
|
|
VerbTha,
|
|
AdjectiveTha,
|
|
AdverbTha,
|
|
NumeralTha,
|
|
SentenceTha,
|
|
QuestionTha,
|
|
-- RelativeTha,
|
|
-- ConjunctionTha,
|
|
PhraseTha,
|
|
-- TextX,
|
|
StructuralTha,
|
|
-- IdiomTha
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|