mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-20 16:56:18 -06:00
23 lines
359 B
Plaintext
23 lines
359 B
Plaintext
--# -path=.:../abstract:../common:prelude
|
|
|
|
concrete GrammarIce of Grammar =
|
|
NounIce,
|
|
VerbIce,
|
|
AdjectiveIce,
|
|
AdverbIce,
|
|
NumeralIce,
|
|
SentenceIce,
|
|
QuestionIce,
|
|
RelativeIce,
|
|
ConjunctionIce,
|
|
PhraseIce,
|
|
TextX,
|
|
StructuralIce,
|
|
IdiomIce,
|
|
TenseX
|
|
** open ResIce, Prelude in {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|