mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
21 lines
409 B
Plaintext
21 lines
409 B
Plaintext
--# -path=.:../abstract:../common:../prelude
|
|
|
|
-- Adam Slaski, 2009 <adam.slaski@gmail.com>
|
|
|
|
concrete GrammarLit of Grammar =
|
|
NounLit,
|
|
VerbLit,
|
|
AdjectiveLit,
|
|
AdverbLit,
|
|
NumeralLit,
|
|
SentenceLit,
|
|
QuestionLit,
|
|
RelativeLit,
|
|
ConjunctionLit,
|
|
PhraseLit,
|
|
TenseX - [Adv,CAdv],
|
|
TextX - [Adv,CAdv],
|
|
StructuralLit,
|
|
IdiomLit
|
|
** { flags startcat = Phr ; unlexer = text ; lexer = text ;} ;
|