mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
18 lines
265 B
Plaintext
18 lines
265 B
Plaintext
--# -path=.:../abstract:../common:prelude
|
|
|
|
concrete GrammarBul of Grammar =
|
|
NounBul,
|
|
VerbBul,
|
|
AdjectiveBul,
|
|
NumeralBul,
|
|
SentenceBul,
|
|
QuestionBul,
|
|
PhraseBul,
|
|
TextX,
|
|
StructuralBul
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|