mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
26 lines
396 B
Plaintext
26 lines
396 B
Plaintext
--# -path=.:../abstract:../common:prelude
|
|
--# -coding=utf8
|
|
|
|
concrete GrammarBul of Grammar =
|
|
NounBul,
|
|
VerbBul,
|
|
AdjectiveBul,
|
|
AdverbBul,
|
|
NumeralBul,
|
|
SentenceBul,
|
|
QuestionBul,
|
|
RelativeBul,
|
|
ConjunctionBul,
|
|
PhraseBul,
|
|
TextBul,
|
|
StructuralBul,
|
|
IdiomBul,
|
|
TenseX - [CAdv,IAdv,AdV,SC]
|
|
** {
|
|
flags coding=utf8 ;
|
|
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|