mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-20 18:29:33 -06:00
22 lines
325 B
Plaintext
22 lines
325 B
Plaintext
--# -path=.:../abstract:../common:prelude
|
|
|
|
concrete GrammarEng of Grammar =
|
|
NounEng,
|
|
VerbEng,
|
|
AdjectiveEng,
|
|
AdverbEng,
|
|
NumeralEng,
|
|
SentenceEng,
|
|
QuestionEng,
|
|
RelativeEng,
|
|
ConjunctionEng,
|
|
PhraseEng,
|
|
TextX,
|
|
StructuralEng,
|
|
IdiomEng
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|