mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-18 17:29:32 -06:00
25 lines
392 B
Plaintext
25 lines
392 B
Plaintext
--# -path=.:../abstract:../common:../prelude
|
|
|
|
concrete GrammarNep of Grammar =
|
|
NounNep,
|
|
VerbNep,
|
|
AdjectiveNep,
|
|
AdverbNep,
|
|
NumeralNep,
|
|
SentenceNep,
|
|
QuestionNep,
|
|
RelativeNep,
|
|
ConjunctionNep,
|
|
PhraseNep,
|
|
TextX - [Adv],
|
|
StructuralNep,
|
|
TenseX - [Adv],
|
|
IdiomNep
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
}
|
|
|
|
|